OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:avrc_command
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/bluedroid/btif/src/
btif_rc.c
601
tAVRC_COMMAND
avrc_command
= {0};
local
645
status=AVRC_ParsCommand(pmeta_msg->p_msg, &
avrc_command
, scratch_buf, sizeof(scratch_buf));
647
avrc_command
.cmd.pdu, pmeta_msg->label);
654
send_reject_response(pmeta_msg->rc_handle, pmeta_msg->label,
avrc_command
.pdu, status);
660
if (
avrc_command
.cmd.pdu == AVRC_PDU_REGISTER_NOTIFICATION)
662
UINT8 event_id =
avrc_command
.reg_notif.event_id;
671
handle_uid_changed_notification(pmeta_msg, &
avrc_command
);
678
__FUNCTION__, dump_rc_pdu(
avrc_command
.cmd.pdu));
683
btif_rc_upstreams_evt((uint16_t)
avrc_command
.cmd.pdu, &
avrc_command
, pmeta_msg->code
[
all
...]
Completed in 31 milliseconds