Home
last modified time | relevance | path

Searched refs:rsp_code (Results 1 – 10 of 10) sorted by relevance

/system/bt/bta/av/
Dbta_av_api.cc502 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()
Dbta_av_int.h301 tBTA_AV_CODE rsp_code; member
Dbta_av_act.cc679 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/
Dbtif_rc_test.cc66 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/
Dbta_av_api.h296 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/
Dgatt_cl.cc1031 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()
Dgatt_utils.cc585 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/
Dnfa_hci_api.h197 uint8_t rsp_code; /* Response id */ member
/system/nfc/src/nfa/hci/
Dnfa_hci_utils.cc1140 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()
Dnfa_hci_act.cc1989 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()