Searched refs:rsp_code (Results 1 - 23 of 23) sorted by relevance

/system/bt/tools/mcap_tool/
H A Dmcap_test_mdl.h82 void SetResponseCode(int32_t rsp_code);
H A Dmcap_test_mdl.cc121 void McapMdl::SetResponseCode(int32_t rsp_code) { _mdl_rsp_code = rsp_code; } argument
H A Dmcap_test_app.cc66 printf("%s: response, mdl_id=%d, op_code=0x%02x, rsp_code=0x%02x\n", __func__,
67 mcap_rsp->mdl_id, mcap_rsp->op_code, mcap_rsp->rsp_code);
82 printf("%s: mdl_id=%d, op_code=0x%02x, rsp_code=%d, cfg=0x%02x\n", __func__,
84 mcap_create_cfm->rsp_code, mcap_create_cfm->cfg);
245 mcap_mdl->SetResponseCode(p_data->create_cfm.rsp_code);
336 mcap_mdl->SetResponseCode(p_data->reconnect_cfm.rsp_code);
412 if (p_data->delete_cfm.rsp_code) {
413 LOG(ERROR) << "No success response " << (int)p_data->delete_cfm.rsp_code
/system/bt/stack/include/
H A Dmca_api.h147 uint8_t rsp_code; /* The response code */ member in struct:__anon1158
162 uint8_t rsp_code; /* The response code. */ member in struct:__anon1160
380 * If the rsp_code is successful, a data channel is open
390 uint8_t cfg, uint8_t rsp_code,
437 uint16_t mdl_id, uint8_t rsp_code,
536 uint8_t cfg, uint8_t rsp_code,
543 uint16_t mdl_id, uint8_t rsp_code,
/system/bt/stack/mcap/
H A Dmca_api.cc448 * If the rsp_code is successful, a data channel is open
458 uint8_t cfg, uint8_t rsp_code,
463 MCA_TRACE_API("MCA_CreateMdlRsp: %d dep=%d mdl_id=%d cfg=%d rsp_code=%d", mcl,
464 dep, mdl_id, cfg, rsp_code);
477 if (rsp_code == MCA_RSP_SUCCESS) {
484 rsp_code = MCA_RSP_MDEP_BUSY;
492 evt_data.rsp_code = rsp_code;
607 uint8_t rsp_code,
625 if (rsp_code
457 MCA_CreateMdlRsp(tMCA_CL mcl, tMCA_DEP dep, uint16_t mdl_id, uint8_t cfg, uint8_t rsp_code, const tMCA_CHNL_CFG* p_chnl_cfg) argument
606 MCA_ReconnectMdlRsp(tMCA_CL mcl, tMCA_DEP dep, uint16_t mdl_id, uint8_t rsp_code, const tMCA_CHNL_CFG* p_chnl_cfg) argument
[all...]
H A Dmca_cact.cc163 *p++ = p_msg->rsp_code;
166 if (p_msg->rsp_code == MCA_RSP_SUCCESS) {
451 evt_data.rsp.rsp_code = *p++;
462 if (evt_data.rsp.rsp_code == MCA_RSP_SUCCESS) {
467 if (evt_data.rsp.rsp_code == MCA_RSP_SUCCESS) {
468 evt_data.rsp.rsp_code = MCA_RSP_BAD_MDL;
H A Dmca_int.h46 uint8_t rsp_code; /* valid only if op_code is a response */ member in struct:__anon1211
/system/bt/bta/av/
H A Dbta_av_api.cc478 void BTA_AvVendorRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, argument
485 p_buf->msg.hdr.ctype = rsp_code;
556 void BTA_AvMetaRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, argument
563 p_buf->rsp_code = rsp_code;
596 p_buf->rsp_code = cmd_code;
H A Dbta_av_int.h289 tBTA_AV_CODE rsp_code; member in struct:__anon49
H A Dbta_av_act.cc658 p_data->api_meta_rsp.rsp_code, p_data->api_meta_rsp.p_pkt);
905 av.remote_rsp.rsp_code = p_data->rc_msg.msg.hdr.ctype;
/system/bt/bta/hl/
H A Dbta_hl_api.cc483 p_buf->rsp_code = p_rsp_param->rsp_code;
H A Dbta_hl_act.cc944 if (p_data->mca_evt.mca_data.abort_cfm.rsp_code != MCA_RSP_SUCCESS) {
1023 uint8_t rsp_code = MCA_RSP_SUCCESS; local
1054 rsp_code = MCA_RSP_BAD_MDL;
1057 rsp_code = MCA_RSP_BAD_MDL;
1060 rsp_code = MCA_RSP_BAD_MDL;
1064 p_dcb->mdl_id, rsp_code,
1098 if (p_reconnect_cfm->rsp_code == MCA_RSP_SUCCESS) {
1168 if (p_create_rsp->rsp_code == BTA_HL_DCH_CREATE_RSP_SUCCESS) {
1202 uint8_t rsp_code = MCA_RSP_SUCCESS; local
1229 rsp_code
[all...]
H A Dbta_hl_int.h370 tBTA_HL_DCH_CREATE_RSP rsp_code; member in struct:__anon233
H A Dbta_hl_main.cc1541 if (p_delete_cfm->rsp_code == MCA_RSP_SUCCESS) {
/system/bt/stack/gatt/
H A Dgatt_cl.cc984 uint8_t rsp_code = 0; local
987 rsp_code = cmd_code + 1;
989 return rsp_code;
1010 uint8_t rsp_code; local
1011 tGATT_CLCB* p_clcb = gatt_cmd_dequeue(tcb, &rsp_code);
1046 uint8_t rsp_code = gatt_cmd_to_rsp_code(cmd_code); local
1047 if (!p_clcb || (rsp_code != op_code && op_code != GATT_RSP_ERROR)) {
1050 op_code, rsp_code);
H A Dgatt_utils.cc723 uint8_t rsp_code; local
725 if (p_clcb != gatt_cmd_dequeue(*p_clcb->p_tcb, &rsp_code)) {
/system/bt/bta/include/
H A Dbta_av_api.h372 tBTA_AV_CODE rsp_code; member in struct:__anon305
705 void BTA_AvVendorRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code,
743 void BTA_AvMetaRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code,
H A Dbta_hl_api.h331 tBTA_HL_DCH_CREATE_RSP rsp_code; member in struct:__anon407
/system/nfc/src/nfa/include/
H A Dnfa_hci_api.h197 uint8_t rsp_code; /* Response id */ member in struct:__anon2115
/system/nfc/src/nfa/int/
H A Dnfa_hci_int.h526 extern char* nfa_hciu_get_response_name(uint8_t rsp_code);
/system/nfc/src/nfa/hci/
H A Dnfa_hci_utils.c1118 char* nfa_hciu_get_response_name(uint8_t rsp_code) { argument
1119 switch (rsp_code) {
H A Dnfa_hci_act.c1951 evt_data.rsp_rcvd.rsp_code = nfa_hci_cb.inst;
2008 evt_data.rsp_rcvd.rsp_code = nfa_hci_cb.inst;
2068 evt_data.rsp_rcvd.rsp_code = nfa_hci_cb.inst;
/system/bt/btif/src/
H A Dbtif_hl.cc2367 tBTA_HL_DCH_CREATE_RSP rsp_code = BTA_HL_DCH_CREATE_RSP_CFG_REJ; local
2394 rsp_code = BTA_HL_DCH_CREATE_RSP_SUCCESS;
2404 rsp_code = BTA_HL_DCH_CREATE_RSP_SUCCESS;
2420 BTIF_TRACE_DEBUG("create response rsp_code=%d rsp_cfg=%d", rsp_code,
2424 create_rsp_param.rsp_code = rsp_code;

Completed in 270 milliseconds