Home
last modified time | relevance | path

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

/system/bt/stack/avrc/
Davrc_opt.c49 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
Davrc_bld_ct.c41 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()
Davrc_api.c351 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/
Datt_protocol.c360 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
Dgatt_sr.c48 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()
Dgatt_cl.c1106 tGATT_CMD_Q *p_cmd = &p_tcb->cl_cmd_q[p_tcb->pending_cl_req]; in gatt_cl_send_next_cmd_inq() local
Dgatt_utils.c2070 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
Dgatt_int.h266 BT_HDR *p_cmd; member
/system/bt/bta/ag/
Dbta_ag_at.h49 const char *p_cmd; /* AT command string */ member
/system/bt/bta/hf_client/
Dbta_hf_client_at.h30 const char *p_cmd; /* AT command string */ member
/system/bt/stack/sdp/
Dsdp_discovery.c123 BT_HDR *p_cmd = (BT_HDR *) osi_malloc(SDP_DATA_BUF_SIZE); in sdp_snd_service_search_req() local
/system/bt/stack/btu/
Dbtu_hcif.c945 static void btu_hcif_hdl_command_status (UINT16 opcode, UINT8 status, UINT8 *p_cmd, in btu_hcif_hdl_command_status()