Searched refs:rsp_code (Results 1 – 10 of 10) sorted by relevance
/system/bt/bta/av/ |
D | bta_av_api.cc | 502 void BTA_AvVendorRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvVendorRsp() argument 509 p_buf->msg.hdr.ctype = rsp_code; in BTA_AvVendorRsp() 580 void BTA_AvMetaRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvMetaRsp() argument 587 p_buf->rsp_code = rsp_code; in BTA_AvMetaRsp() 620 p_buf->rsp_code = cmd_code; in BTA_AvMetaCmd()
|
D | bta_av_int.h | 301 tBTA_AV_CODE rsp_code; member
|
D | bta_av_act.cc | 679 p_data->api_meta_rsp.rsp_code, p_data->api_meta_rsp.p_pkt); in bta_av_rc_meta_rsp() 921 av.remote_rsp.rsp_code = p_data->rc_msg.msg.hdr.ctype; in bta_av_rc_msg()
|
/system/bt/btif/test/ |
D | btif_rc_test.cc | 66 void BTA_AvMetaRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvMetaRsp() argument 75 void BTA_AvVendorRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvVendorRsp() argument
|
/system/bt/bta/include/ |
D | bta_av_api.h | 296 tBTA_AV_CODE rsp_code; member 627 void BTA_AvVendorRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, 665 void BTA_AvMetaRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code,
|
/system/bt/stack/gatt/ |
D | gatt_cl.cc | 1031 uint8_t rsp_code = 0; in gatt_cmd_to_rsp_code() local 1034 rsp_code = cmd_code + 1; in gatt_cmd_to_rsp_code() 1036 return rsp_code; in gatt_cmd_to_rsp_code() 1057 uint8_t rsp_code; in gatt_cl_send_next_cmd_inq() local 1058 tGATT_CLCB* p_clcb = gatt_cmd_dequeue(tcb, &rsp_code); in gatt_cl_send_next_cmd_inq() 1093 uint8_t rsp_code = gatt_cmd_to_rsp_code(cmd_code); in gatt_client_handle_server_rsp() local 1094 if (!p_clcb || (rsp_code != op_code && op_code != GATT_RSP_ERROR)) { in gatt_client_handle_server_rsp() 1097 op_code, rsp_code); in gatt_client_handle_server_rsp()
|
D | gatt_utils.cc | 585 uint8_t rsp_code; in gatt_rsp_timeout() local 587 if (p_clcb != gatt_cmd_dequeue(*p_clcb->p_tcb, &rsp_code)) { in gatt_rsp_timeout()
|
/system/nfc/src/nfa/include/ |
D | nfa_hci_api.h | 197 uint8_t rsp_code; /* Response id */ member
|
/system/nfc/src/nfa/hci/ |
D | nfa_hci_utils.cc | 1140 static std::string nfa_hciu_get_response_name(uint8_t rsp_code) { in nfa_hciu_get_response_name() argument 1141 switch (rsp_code) { in nfa_hciu_get_response_name()
|
D | nfa_hci_act.cc | 1989 evt_data.rsp_rcvd.rsp_code = nfa_hci_cb.inst; in nfa_hci_handle_generic_gate_rsp() 2046 evt_data.rsp_rcvd.rsp_code = nfa_hci_cb.inst; in nfa_hci_handle_connectivity_gate_pkt() 2106 evt_data.rsp_rcvd.rsp_code = nfa_hci_cb.inst; in nfa_hci_handle_loopback_gate_pkt()
|