Searched defs:rsp_code (Results 1 - 12 of 12) sorted by relevance

/system/bt/bta/av/
H A Dbta_av_api.c471 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 Dbta_av_int.h301 tBTA_AV_CODE rsp_code; member in struct:__anon49
/system/bt/stack/mcap/
H A Dmca_api.c493 ** 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 Dmca_int.h45 UINT8 rsp_code; /* valid only if op_code is a response */ member in struct:__anon1226
/system/bt/stack/gatt/
H A Dgatt_cl.c1084 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 Dgatt_utils.c1238 UINT8 rsp_code; local
1240 if (p_clcb != gatt_cmd_dequeue(p_clcb->p_tcb, &rsp_code))
/system/bt/stack/include/
H A Dmca_api.h137 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/hl/
H A Dbta_hl_act.c1140 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 Dbta_hl_int.h402 tBTA_HL_DCH_CREATE_RSP rsp_code; member in struct:__anon249
/system/bt/bta/include/
H A Dbta_av_api.h387 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 Dbta_hl_api.h353 tBTA_HL_DCH_CREATE_RSP rsp_code; member in struct:__anon435
/system/bt/btif/src/
H A Dbtif_hl.c2694 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;

Completed in 238 milliseconds