HomeSort by relevance Sort by last modified time
    Searched refs:rsp_code (Results 1 - 21 of 21) sorted by null

  /system/bt/stack/mcap/
mca_api.c 488 ** If the rsp_code is successful, a data channel is open
497 UINT16 mdl_id, UINT8 cfg, UINT8 rsp_code,
505 MCA_TRACE_API ("MCA_CreateMdlRsp: %d dep=%d mdl_id=%d cfg=%d rsp_code=%d", mcl, dep, mdl_id, cfg, rsp_code);
519 if (rsp_code == MCA_RSP_SUCCESS)
530 rsp_code = MCA_RSP_MDEP_BUSY;
539 evt_data.rsp_code = rsp_code;
659 UINT16 mdl_id, UINT8 rsp_code,
681 if (rsp_code == MCA_RSP_SUCCESS
    [all...]
mca_cact.c 175 *p++ = p_msg->rsp_code;
185 if (chk_mdl && p_msg->rsp_code == MCA_RSP_SUCCESS) {
470 evt_data.rsp.rsp_code = *p++;
484 if (evt_data.rsp.rsp_code == MCA_RSP_SUCCESS)
490 if (evt_data.rsp.rsp_code == MCA_RSP_SUCCESS)
492 evt_data.rsp.rsp_code = MCA_RSP_BAD_MDL;
mca_int.h 46 UINT8 rsp_code; /* valid only if op_code is a response */ member in struct:__anon72824
  /system/bt/stack/include/
mca_api.h 137 UINT8 rsp_code; /* The response code */ member in struct:__anon72773
152 UINT8 rsp_code; /* The response code. */ member in struct:__anon72775
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/
bta_av_api.c 516 void BTA_AvVendorRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code, UINT8 *p_data, UINT16 len, UINT32 company_id)
523 p_buf->msg.hdr.ctype = rsp_code;
595 void BTA_AvMetaRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code,
603 p_buf->rsp_code = rsp_code;
633 p_buf->rsp_code = cmd_code;
bta_av_int.h 304 tBTA_AV_CODE rsp_code; member in struct:__anon71641
bta_av_act.c 677 p_data->api_meta_rsp.rsp_code,
942 av.remote_rsp.rsp_code = p_data->rc_msg.msg.hdr.ctype;
    [all...]
  /system/bt/stack/gatt/
gatt_cl.c 1087 UINT8 rsp_code = 0; local
1108 UINT8 rsp_code; local
1170 UINT8 rsp_code; local
    [all...]
gatt_utils.c 1274 UINT8 rsp_code; local
    [all...]
  /system/bt/bta/hl/
bta_hl_api.c 497 p_buf->rsp_code = p_rsp_param->rsp_code;
bta_hl_act.c 1240 UINT8 rsp_code = MCA_RSP_SUCCESS; local
1448 UINT8 rsp_code = MCA_RSP_SUCCESS; local
    [all...]
bta_hl_int.h 399 tBTA_HL_DCH_CREATE_RSP rsp_code; member in struct:__anon71843
    [all...]
bta_hl_main.c     [all...]
  /system/bt/bta/include/
bta_av_api.h 391 tBTA_AV_CODE rsp_code; member in struct:__anon71925
754 void BTA_AvVendorRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code,
793 void BTA_AvMetaRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code,
bta_hl_api.h 352 tBTA_HL_DCH_CREATE_RSP rsp_code; member in struct:__anon72018
  /external/autotest/client/common_lib/cros/bluetooth/
bluetooth_sdp_socket.py 181 @return tuple of (rsp_code, data)
188 rsp_code, rsp_tid, rsp_data = self.recv_response()
194 return rsp_code, rsp_data
  /external/libnfc-nci/src/nfa/include/
nfa_hci_api.h 174 UINT8 rsp_code; /* Response id */ member in struct:__anon16209
  /external/libnfc-nci/src/nfa/int/
nfa_hci_int.h 510 extern char *nfa_hciu_get_response_name (UINT8 rsp_code);
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_utils.c     [all...]
nfa_hci_act.c     [all...]
  /system/bt/btif/src/
btif_hl.c 2580 tBTA_HL_DCH_CREATE_RSP rsp_code = BTA_HL_DCH_CREATE_RSP_CFG_REJ; local
    [all...]

Completed in 575 milliseconds