/system/bt/stack/mcap/ |
H A D | mca_api.c | 493 ** If the rsp_code is successful, a data channel is open 502 UINT16 mdl_id, UINT8 cfg, UINT8 rsp_code, 510 MCA_TRACE_API ("MCA_CreateMdlRsp: %d dep=%d mdl_id=%d cfg=%d rsp_code=%d", mcl, dep, mdl_id, cfg, rsp_code); 524 if (rsp_code == MCA_RSP_SUCCESS) 535 rsp_code = MCA_RSP_MDEP_BUSY; 544 evt_data.rsp_code = rsp_code; 668 UINT16 mdl_id, UINT8 rsp_code, 690 if (rsp_code 501 MCA_CreateMdlRsp(tMCA_CL mcl, tMCA_DEP dep, UINT16 mdl_id, UINT8 cfg, UINT8 rsp_code, const tMCA_CHNL_CFG *p_chnl_cfg) argument 667 MCA_ReconnectMdlRsp(tMCA_CL mcl, tMCA_DEP dep, UINT16 mdl_id, UINT8 rsp_code, const tMCA_CHNL_CFG *p_chnl_cfg) argument [all...] |
H A D | mca_cact.c | 177 *p++ = p_msg->rsp_code; 187 if (chk_mdl && p_msg->rsp_code == MCA_RSP_SUCCESS) 478 evt_data.rsp.rsp_code = *p++; 492 if (evt_data.rsp.rsp_code == MCA_RSP_SUCCESS) 498 if (evt_data.rsp.rsp_code == MCA_RSP_SUCCESS) 500 evt_data.rsp.rsp_code = MCA_RSP_BAD_MDL;
|
H A D | mca_int.h | 45 UINT8 rsp_code; /* valid only if op_code is a response */ member in struct:__anon1226
|
/system/bt/stack/include/ |
H A D | mca_api.h | 137 UINT8 rsp_code; /* The response code */ member in struct:__anon1145 152 UINT8 rsp_code; /* The response code. */ member in struct:__anon1147 368 ** If the rsp_code is successful, a data channel is open 377 UINT16 mdl_id, UINT8 cfg, UINT8 rsp_code, 423 UINT16 mdl_id, UINT8 rsp_code,
|
/system/bt/bta/av/ |
H A D | bta_av_api.c | 471 void BTA_AvVendorRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code, UINT8 *p_data, UINT16 len, UINT32 company_id) argument 479 p_buf->msg.hdr.ctype = rsp_code; 556 void BTA_AvMetaRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code, argument 565 p_buf->rsp_code = rsp_code; 599 p_buf->rsp_code = cmd_code;
|
H A D | bta_av_int.h | 301 tBTA_AV_CODE rsp_code; member in struct:__anon49
|
H A D | bta_av_act.c | 675 p_data->api_meta_rsp.rsp_code, 931 av.remote_rsp.rsp_code = p_data->rc_msg.msg.hdr.ctype;
|
/system/bt/stack/gatt/ |
H A D | gatt_cl.c | 1084 UINT8 rsp_code = 0; local 1088 rsp_code = cmd_code + 1; 1090 return rsp_code; 1105 UINT8 rsp_code; local 1128 p_clcb = gatt_cmd_dequeue(p_tcb, &rsp_code); 1167 UINT8 rsp_code; local 1171 p_clcb = gatt_cmd_dequeue(p_tcb, &rsp_code); 1173 rsp_code = gatt_cmd_to_rsp_code(rsp_code); 1175 if (p_clcb == NULL || (rsp_code ! [all...] |
H A D | gatt_utils.c | 1238 UINT8 rsp_code; local 1240 if (p_clcb != gatt_cmd_dequeue(p_clcb->p_tcb, &rsp_code))
|
/system/bt/bta/include/ |
H A D | bta_av_api.h | 387 tBTA_AV_CODE rsp_code; member in struct:__anon337 729 void BTA_AvVendorRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code, 768 void BTA_AvMetaRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code,
|
H A D | bta_hl_api.h | 353 tBTA_HL_DCH_CREATE_RSP rsp_code; member in struct:__anon435
|
/system/bt/bta/hl/ |
H A D | bta_hl_api.c | 553 p_buf->rsp_code = p_rsp_param->rsp_code;
|
H A D | bta_hl_act.c | 1140 if (p_data->mca_evt.mca_data.abort_cfm.rsp_code != MCA_RSP_SUCCESS ) 1240 UINT8 rsp_code = MCA_RSP_SUCCESS; local 1273 rsp_code = MCA_RSP_BAD_MDL; 1278 rsp_code = MCA_RSP_BAD_MDL; 1283 rsp_code = MCA_RSP_BAD_MDL; 1289 rsp_code, 1327 if (p_reconnect_cfm->rsp_code == MCA_RSP_SUCCESS) 1405 if (p_create_rsp->rsp_code == BTA_HL_DCH_CREATE_RSP_SUCCESS) 1448 UINT8 rsp_code = MCA_RSP_SUCCESS; local 1479 rsp_code [all...] |
H A D | bta_hl_int.h | 402 tBTA_HL_DCH_CREATE_RSP rsp_code; member in struct:__anon249
|
H A D | bta_hl_main.c | 1739 if (p_delete_cfm->rsp_code == MCA_RSP_SUCCESS )
|
/system/bt/btif/src/ |
H A D | btif_hl.c | 2694 tBTA_HL_DCH_CREATE_RSP rsp_code = BTA_HL_DCH_CREATE_RSP_CFG_REJ; local 2723 rsp_code = BTA_HL_DCH_CREATE_RSP_SUCCESS; 2733 rsp_code = BTA_HL_DCH_CREATE_RSP_SUCCESS; 2750 BTIF_TRACE_DEBUG("create response rsp_code=%d rsp_cfg=%d", rsp_code, rsp_cfg ); 2753 create_rsp_param.rsp_code = rsp_code;
|