Home
last modified time | relevance | path

Searched defs:p_cmd (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/system/stack/avrc/
Davrc_opt.cc52 BT_HDR* p_cmd; in avrc_vendor_msg() local
109 BT_HDR* p_cmd = (BT_HDR*)osi_calloc(AVRC_CMD_BUF_SIZE); in AVRC_UnitCmd() local
152 BT_HDR* p_cmd = (BT_HDR*)osi_calloc(AVRC_CMD_BUF_SIZE); in AVRC_SubCmd() local
Davrc_bld_ct.cc49 static tAVRC_STS avrc_bld_next_cmd(tAVRC_NEXT_CMD* p_cmd, BT_HDR* p_pkt) { in avrc_bld_next_cmd()
80 static tAVRC_STS avrc_bld_set_abs_volume_cmd(tAVRC_SET_VOLUME_CMD* p_cmd, in avrc_bld_set_abs_volume_cmd()
256 BT_HDR* p_pkt, tAVRC_GET_APP_ATTR_TXT_CMD* p_cmd) { in avrc_bld_get_player_app_setting_attr_text_cmd()
285 BT_HDR* p_pkt, tAVRC_GET_APP_VAL_TXT_CMD* p_cmd) { in avrc_bld_get_player_app_setting_value_text_cmd()
524 static BT_HDR* avrc_bld_init_cmd_buffer(tAVRC_COMMAND* p_cmd) { in avrc_bld_init_cmd_buffer()
586 tAVRC_STS AVRC_BldCommand(tAVRC_COMMAND* p_cmd, BT_HDR** pp_pkt) { in AVRC_BldCommand()
Davrc_api.cc482 BT_HDR* p_cmd = NULL; in avrc_proc_far_msg() local
943 BT_HDR* p_cmd = (BT_HDR*)osi_calloc(AVRC_CMD_BUF_SIZE); in avrc_pass_msg() local
/packages/modules/Bluetooth/system/stack/test/
Dstack_btu_test.cc38 uint8_t p_cmd[10]; // garbage data for testing in TEST_F() local
/packages/modules/Bluetooth/system/stack/gatt/
Datt_protocol.cc481 uint8_t cmd_code, BT_HDR* p_cmd) { in attp_cl_send_cmd()
540 BT_HDR* p_cmd = NULL; in attp_send_cl_confirmation_msg() local
572 BT_HDR* p_cmd = NULL; in attp_send_cl_msg() local
Dgatt_sr.cc62 tGATT_SR_CMD* p_cmd; in gatt_sr_enqueue_cmd() local
132 tGATT_SR_CMD* p_cmd; in gatt_dequeue_sr_cmd() local
159 static void build_read_multi_rsp(tGATT_SR_CMD* p_cmd, uint16_t mtu) { in build_read_multi_rsp()
263 static bool process_read_multi_rsp(tGATT_SR_CMD* p_cmd, tGATT_STATUS status, in process_read_multi_rsp()
Dgatt_int.h207 BT_HDR* p_cmd; member
/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_at.h52 const char* p_cmd; /* AT command string */ member
/packages/modules/Bluetooth/system/stack/btu/
Dbtu_hcif.cc361 static void btu_hcif_log_command_metrics(uint16_t opcode, const uint8_t* p_cmd, in btu_hcif_log_command_metrics()
1062 const uint8_t* p_cmd) { in btu_hcif_hdl_command_status()
1163 uint16_t opcode, uint8_t status, const uint8_t* p_cmd) { in btu_hcif_hdl_command_status()
/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_discovery.cc123 BT_HDR* p_cmd = (BT_HDR*)osi_malloc(SDP_DATA_BUF_SIZE); in sdp_snd_service_search_req() local