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

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_rc.c198 static void handle_rc_metamsg_rsp(tBTA_AV_META_MSG *pmeta_msg);
572 void handle_uid_changed_notification(tBTA_AV_META_MSG *pmeta_msg, tAVRC_COMMAND *pavrc_command) argument
582 send_metamsg_rsp(pmeta_msg->rc_handle, pmeta_msg->label, AVRC_RSP_INTERIM, &avrc_rsp);
583 send_metamsg_rsp(pmeta_msg->rc_handle, pmeta_msg->label, AVRC_RSP_CHANGED, &avrc_rsp);
597 void handle_rc_metamsg_cmd (tBTA_AV_META_MSG *pmeta_msg) argument
607 if (pmeta_msg->p_msg->hdr.opcode != AVRC_OP_VENDOR)
609 BTIF_TRACE_WARNING1("Invalid opcode: %x", pmeta_msg->p_msg->hdr.opcode);
612 if (pmeta_msg
1379 handle_rc_metamsg_rsp(tBTA_AV_META_MSG *pmeta_msg) argument
[all...]

Completed in 87 milliseconds