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

/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_api.c473 void BTA_AvVendorRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code, UINT8 *p_data, UINT16 len, UINT32 company_id) argument
481 p_buf->msg.hdr.ctype = rsp_code;
558 void BTA_AvMetaRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code, argument
567 p_buf->rsp_code = rsp_code;
601 p_buf->rsp_code = cmd_code;
H A Dbta_av_int.h300 tBTA_AV_CODE rsp_code; member in struct:__anon445
/external/bluetooth/bluedroid/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:__anon1669
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_cl.c1082 UINT8 rsp_code = 0; local
1086 rsp_code = cmd_code + 1;
1088 return rsp_code;
1103 UINT8 rsp_code; local
1126 p_clcb = gatt_cmd_dequeue(p_tcb, &rsp_code);
1165 UINT8 rsp_code; local
1169 p_clcb = gatt_cmd_dequeue(p_tcb, &rsp_code);
1171 rsp_code = gatt_cmd_to_rsp_code(rsp_code);
1173 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))
/external/bluetooth/bluedroid/stack/include/
H A Dmca_api.h137 UINT8 rsp_code; /* The response code */ member in struct:__anon1575
152 UINT8 rsp_code; /* The response code. */ member in struct:__anon1577
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,
/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_utils.c1174 char *nfa_hciu_get_response_name (UINT8 rsp_code) argument
1176 switch (rsp_code)
/external/libnfc-nci/src/nfa/include/
H A Dnfa_hci_api.h174 UINT8 rsp_code; /* Response id */ member in struct:__anon24039
/external/bluetooth/bluedroid/bta/hl/
H A Dbta_hl_act.c1141 if (p_data->mca_evt.mca_data.abort_cfm.rsp_code != MCA_RSP_SUCCESS )
1241 UINT8 rsp_code = MCA_RSP_SUCCESS; local
1274 rsp_code = MCA_RSP_BAD_MDL;
1279 rsp_code = MCA_RSP_BAD_MDL;
1284 rsp_code = MCA_RSP_BAD_MDL;
1290 rsp_code,
1328 if (p_reconnect_cfm->rsp_code == MCA_RSP_SUCCESS)
1406 if (p_create_rsp->rsp_code == BTA_HL_DCH_CREATE_RSP_SUCCESS)
1449 UINT8 rsp_code = MCA_RSP_SUCCESS; local
1480 rsp_code
[all...]
H A Dbta_hl_int.h403 tBTA_HL_DCH_CREATE_RSP rsp_code; member in struct:__anon652
/external/bluetooth/bluedroid/bta/include/
H A Dbta_av_api.h387 tBTA_AV_CODE rsp_code; member in struct:__anon741
729 BTA_API void BTA_AvVendorRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code,
768 BTA_API 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:__anon849
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_hl.c2691 tBTA_HL_DCH_CREATE_RSP rsp_code = BTA_HL_DCH_CREATE_RSP_CFG_REJ; local
2720 rsp_code = BTA_HL_DCH_CREATE_RSP_SUCCESS;
2730 rsp_code = BTA_HL_DCH_CREATE_RSP_SUCCESS;
2747 BTIF_TRACE_DEBUG("create response rsp_code=%d rsp_cfg=%d", rsp_code, rsp_cfg );
2750 create_rsp_param.rsp_code = rsp_code;

Completed in 8814 milliseconds