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 | 679 p_data->api_meta_rsp.rsp_code, p_data->api_meta_rsp.p_pkt); in bta_av_rc_meta_rsp() 927 av.remote_rsp.rsp_code = p_data->rc_msg.msg.hdr.ctype; in bta_av_rc_msg()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bta_av_api.cc | 52 void BTA_AvMetaRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvMetaRsp() argument 101 void BTA_AvVendorRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvVendorRsp() argument
|
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_cl.cc | 1151 uint8_t rsp_code = 0; in gatt_cmd_to_rsp_code() local 1154 rsp_code = cmd_code + 1; in gatt_cmd_to_rsp_code() 1156 return rsp_code; in gatt_cmd_to_rsp_code() 1194 uint8_t rsp_code; in gatt_cl_send_next_cmd_inq() local 1195 tGATT_CLCB* p_clcb = gatt_cmd_dequeue(tcb, cmd.cid, &rsp_code); in gatt_cl_send_next_cmd_inq() 1242 uint8_t rsp_code = gatt_cmd_to_rsp_code(cmd_code); in gatt_client_handle_server_rsp() local 1249 if (rsp_code != op_code && op_code != GATT_RSP_ERROR) { in gatt_client_handle_server_rsp() 1252 op_code, rsp_code); in gatt_client_handle_server_rsp()
|
D | gatt_utils.cc | 684 uint8_t rsp_code; in gatt_rsp_timeout() local 686 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/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
|