![]() |
MT2523 API Reference
LinkIt SDK v4
|
The struct of BT_AVRCP_EVENT_NOTIFICATION_IND. More...
#include <bt_avrcp.h>
Data Fields | |
| uint32_t | handle |
| The connection handle of the AVRCP. More... | |
| bt_avrcp_event_t | event_id |
| The register event ID for notification. More... | |
| union { | |
| bt_avrcp_application_setting_changed_t setting | |
| The response data for BT_AVRCP_EVENT_PLAYER_APP_SETTING_CHANGED. More... | |
| uint64_t id | |
| The response data for BT_AVRCP_EVENT_TRACK_CHANGED. More... | |
| uint32_t playback_position | |
| The response data for BT_AVRCP_EVENT_PLAYBACK_POS_CHANGED. More... | |
| uint8_t status | |
| The response data for BT_AVRCP_EVENT_PLAYBACK_STATUS_CHANGED, BT_AVRCP_EVENT_BATT_STATUS_CHANGED, BT_AVRCP_EVENT_SYSTEM_STATUS_CHANGED. More... | |
| uint8_t volume | |
| The response data for BT_AVRCP_EVENT_VOLUME_CHANGED. More... | |
| }; | |
The struct of BT_AVRCP_EVENT_NOTIFICATION_IND.
| bt_avrcp_event_t event_id |
The register event ID for notification.
| uint32_t handle |
The connection handle of the AVRCP.
| uint64_t id |
The response data for BT_AVRCP_EVENT_TRACK_CHANGED.
| uint32_t playback_position |
The response data for BT_AVRCP_EVENT_PLAYBACK_POS_CHANGED.
The response data for BT_AVRCP_EVENT_PLAYER_APP_SETTING_CHANGED.
| uint8_t status |
The response data for BT_AVRCP_EVENT_PLAYBACK_STATUS_CHANGED, BT_AVRCP_EVENT_BATT_STATUS_CHANGED, BT_AVRCP_EVENT_SYSTEM_STATUS_CHANGED.
| uint8_t volume |
The response data for BT_AVRCP_EVENT_VOLUME_CHANGED.