Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/av/
Dbta_av_api.cc496 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()
Dbta_av_int.h337 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()
927 av.remote_rsp.rsp_code = p_data->rc_msg.msg.hdr.ctype; in bta_av_rc_msg()
/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_av_api.cc52 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/
Dgatt_cl.cc1151 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()
Dgatt_utils.cc684 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/
Dbta_av_api.h294 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/
Dbtif_rc_test.cc70 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