Merge "Add API for AVRCP CT get_play_status_cmd" am: 0d2ae67cc9
am: 8c840392dd
am: 520d034717
Change-Id: Ifd3ecf675281bd21fe8176cb645515a87f258082
This commit is contained in:
commit
d731e85a4f
1 changed files with 3 additions and 0 deletions
|
@ -686,6 +686,9 @@ typedef struct {
|
|||
bt_status_t (*play_item_cmd) (
|
||||
bt_bdaddr_t *bd_addr, uint8_t scope, uint8_t *uid, uint16_t uid_counter);
|
||||
|
||||
/** get the playback state */
|
||||
bt_status_t (*get_playback_state_cmd) (bt_bdaddr_t *bd_addr);
|
||||
|
||||
/** get the now playing list */
|
||||
bt_status_t (*get_now_playing_list_cmd) (bt_bdaddr_t *bd_addr, uint8_t start, uint8_t items);
|
||||
|
||||
|
|
Loading…
Reference in a new issue