Searched refs:rsp_code (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/bta/av/ |
D | bta_av_api.cc | 496 void BTA_AvVendorRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvVendorRsp() argument 503 p_buf->msg.hdr.ctype = rsp_code; in BTA_AvVendorRsp() 574 void BTA_AvMetaRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvMetaRsp() argument 581 p_buf->rsp_code = rsp_code; in BTA_AvMetaRsp() 614 p_buf->rsp_code = cmd_code; in BTA_AvMetaCmd()
|
D | bta_av_int.h | 337 tBTA_AV_CODE rsp_code; member
|
D | bta_av_act.cc | 673 p_data->api_meta_rsp.rsp_code, p_data->api_meta_rsp.p_pkt); in bta_av_rc_meta_rsp() 914 av.remote_rsp.rsp_code = p_data->rc_msg.msg.hdr.ctype; in bta_av_rc_msg()
|
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_cl.cc | 1121 uint8_t rsp_code = 0; in gatt_cmd_to_rsp_code() local 1124 rsp_code = cmd_code + 1; in gatt_cmd_to_rsp_code() 1126 return rsp_code; in gatt_cmd_to_rsp_code() 1164 uint8_t rsp_code; in gatt_cl_send_next_cmd_inq() local 1165 tGATT_CLCB* p_clcb = gatt_cmd_dequeue(tcb, cmd.cid, &rsp_code); in gatt_cl_send_next_cmd_inq() 1212 uint8_t rsp_code = gatt_cmd_to_rsp_code(cmd_code); in gatt_client_handle_server_rsp() local 1219 if (rsp_code != op_code && op_code != GATT_RSP_ERROR) { in gatt_client_handle_server_rsp() 1222 op_code, rsp_code); in gatt_client_handle_server_rsp()
|
D | gatt_utils.cc | 657 uint8_t rsp_code; in gatt_rsp_timeout() local 659 if (p_clcb != gatt_cmd_dequeue(*p_clcb->p_tcb, p_clcb->cid, &rsp_code)) { in gatt_rsp_timeout()
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_av_api.h | 294 tBTA_AV_CODE rsp_code; member 617 void BTA_AvVendorRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, 655 void BTA_AvMetaRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code,
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bta_av_api.cc | 55 void BTA_AvMetaRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvMetaRsp() argument 106 void BTA_AvVendorRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvVendorRsp() argument
|
/packages/modules/Bluetooth/system/btif/test/ |
D | btif_rc_test.cc | 70 void BTA_AvMetaRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvMetaRsp() argument 79 void BTA_AvVendorRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvVendorRsp() argument
|