]> granicus.if.org Git - esp-idf/commit
component/bt: add AVRC event for remote features indication
authorwangmengyang <wangmengyang@espressif.com>
Wed, 27 Dec 2017 11:49:11 +0000 (19:49 +0800)
committerwangmengyang <wangmengyang@espressif.com>
Tue, 9 Jan 2018 08:33:48 +0000 (16:33 +0800)
commite07b43e924ae32aa13de4ffb48a8ef6e48457384
tree0b36e963699d8981d5d5863a5ec817c575c13fe3
parent5401a75badcfc9c20f7818fdf3c683e3da8b2547
component/bt: add AVRC event for remote features indication

1. remove the feature mask parameter from AVRC connection state event, as the AVCTP connection can be initiated by remote device before service discovery to remote device is performed. \
In this case, AVRCP connection state event may not be reported after connection initated by remote device is established.
2. remove ESP_AVRC_CT_MAX_EVT
3. add more documentations to AVRC APIs
components/bt/bluedroid/api/include/esp_avrc_api.h
components/bt/bluedroid/bta/av/bta_av_act.c
components/bt/bluedroid/bta/include/bta_av_api.h
components/bt/bluedroid/btc/profile/std/avrc/btc_avrc.c
components/bt/bluedroid/btc/profile/std/include/btc_avrc.h
examples/bluetooth/a2dp_sink/main/bt_app_av.c