Searched defs:p_cmd (Results 1 – 12 of 12) sorted by relevance
/system/bt/stack/avrc/ |
D | avrc_opt.c | 49 BT_HDR *p_cmd; in avrc_vendor_msg() local 99 BT_HDR *p_cmd = (BT_HDR *)osi_malloc(AVRC_CMD_BUF_SIZE); in AVRC_UnitCmd() local 142 BT_HDR *p_cmd = (BT_HDR *)osi_malloc(AVRC_CMD_BUF_SIZE); in AVRC_SubCmd() local
|
D | avrc_bld_ct.c | 41 static tAVRC_STS avrc_bld_next_cmd (tAVRC_NEXT_CMD *p_cmd, BT_HDR *p_pkt) in avrc_bld_next_cmd() 74 static tAVRC_STS avrc_bld_set_abs_volume_cmd (tAVRC_SET_VOLUME_CMD *p_cmd, BT_HDR *p_pkt) in avrc_bld_set_abs_volume_cmd() 251 …S avrc_bld_get_player_app_setting_attr_text_cmd (BT_HDR * p_pkt, tAVRC_GET_APP_ATTR_TXT_CMD *p_cmd) in avrc_bld_get_player_app_setting_attr_text_cmd() 280 …S avrc_bld_get_player_app_setting_value_text_cmd (BT_HDR * p_pkt, tAVRC_GET_APP_VAL_TXT_CMD *p_cmd) in avrc_bld_get_player_app_setting_value_text_cmd() 364 static BT_HDR *avrc_bld_init_cmd_buffer(tAVRC_COMMAND *p_cmd) in avrc_bld_init_cmd_buffer() 422 tAVRC_STS AVRC_BldCommand( tAVRC_COMMAND *p_cmd, BT_HDR **pp_pkt) in AVRC_BldCommand()
|
D | avrc_api.c | 351 BT_HDR *p_cmd = NULL; in avrc_proc_far_msg() local 815 BT_HDR *p_cmd = (BT_HDR *)osi_malloc(AVRC_CMD_BUF_SIZE); in avrc_pass_msg() local
|
/system/bt/stack/gatt/ |
D | att_protocol.c | 360 BT_HDR *p_cmd = NULL; in attp_build_sr_msg() local 453 tGATT_STATUS attp_cl_send_cmd(tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 cmd_code, BT_HDR *p_cmd) in attp_cl_send_cmd() 508 BT_HDR *p_cmd = NULL; in attp_send_cl_msg() local
|
D | gatt_sr.c | 48 tGATT_SR_CMD *p_cmd = &p_tcb->sr_cmd; in gatt_sr_enqueue_cmd() local 121 static BOOLEAN process_read_multi_rsp (tGATT_SR_CMD *p_cmd, tGATT_STATUS status, in process_read_multi_rsp()
|
D | gatt_cl.c | 1106 tGATT_CMD_Q *p_cmd = &p_tcb->cl_cmd_q[p_tcb->pending_cl_req]; in gatt_cl_send_next_cmd_inq() local
|
D | gatt_utils.c | 2070 tGATT_CMD_Q *p_cmd = &p_tcb->cl_cmd_q[p_tcb->next_slot_inq]; in gatt_cmd_enq() local 2099 tGATT_CMD_Q *p_cmd = &p_tcb->cl_cmd_q[p_tcb->pending_cl_req]; in gatt_cmd_dequeue() local
|
D | gatt_int.h | 266 BT_HDR *p_cmd; member
|
/system/bt/bta/ag/ |
D | bta_ag_at.h | 49 const char *p_cmd; /* AT command string */ member
|
/system/bt/bta/hf_client/ |
D | bta_hf_client_at.h | 30 const char *p_cmd; /* AT command string */ member
|
/system/bt/stack/sdp/ |
D | sdp_discovery.c | 123 BT_HDR *p_cmd = (BT_HDR *) osi_malloc(SDP_DATA_BUF_SIZE); in sdp_snd_service_search_req() local
|
/system/bt/stack/btu/ |
D | btu_hcif.c | 945 static void btu_hcif_hdl_command_status (UINT16 opcode, UINT8 status, UINT8 *p_cmd, in btu_hcif_hdl_command_status()
|