Searched refs:pmeta_msg (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_rc.c203 static void handle_rc_metamsg_rsp(tBTA_AV_META_MSG *pmeta_msg);
646 void handle_uid_changed_notification(tBTA_AV_META_MSG *pmeta_msg, tAVRC_COMMAND *pavrc_command) argument
656 send_metamsg_rsp(pmeta_msg->rc_handle, pmeta_msg->label, AVRC_RSP_INTERIM, &avrc_rsp);
657 send_metamsg_rsp(pmeta_msg->rc_handle, pmeta_msg->label, AVRC_RSP_CHANGED, &avrc_rsp);
671 void handle_rc_metamsg_cmd (tBTA_AV_META_MSG *pmeta_msg) argument
681 if (pmeta_msg->p_msg->hdr.opcode != AVRC_OP_VENDOR)
683 BTIF_TRACE_WARNING("Invalid opcode: %x", pmeta_msg->p_msg->hdr.opcode);
686 if (pmeta_msg
1495 handle_rc_metamsg_rsp(tBTA_AV_META_MSG *pmeta_msg) argument
[all...]

Completed in 1170 milliseconds