esp-idf/components/bt/bluedroid/bta/include/bta
wangmengyang 2612854838 component/bt: implement AVRCP Target APIs
1. Add more notification events to the enum according to the event list in AVRCP specification.
2. Add API and callback events for basic AVRCP target functionalities to do init, deinit, callback-registration, connection status indication.
3. Implement API to set/get supported PASSTHROUGH command on local AVRCP TG, implement callback events for remote passthrough command indication.
6. Implement API to set/get supported notification eventIDs on local AVRCP TG, implement API to send event notifications to remote CT. \
   Currently supported event in TG only includes ESP_AVRC_RN_VOLUME_CHANGE(0xd), which can be extended in later commits.
7. Implement callback events for SetAbsoluteVolume command indication on TG.
8. Add limitation of event_ids supported in RegisterNotification command in CT. The supported event_ids include: \
   ESP_AVRC_RN_PLAY_STATUS_CHANGE(0x1), ESP_AVRC_RN_TRACK_CHANGE(0x2), ESP_AVRC_RN_PLAY_POS_CHANGE(0x5), ESP_AVRC_RN_VOLUME_CHANGE(0xd).
9. Add feature bit mask in parameter of callback event ESP_AVRC_CT_REMOTE_FEATURES_EVT for peer feature information got from SDP.
10. Add API and callback event to AVRCP CT to retrieve remote TG's supported notification event capabilities.
11. Modify data type for parameter of callback event ESP_AVRC_CT_CHANGE_NOTIFY_EVT.
12. Change AVRCP version from 1.3 to 1.4 for compatibility cause in using AbsoluteVolume feature.
13. Modify local AVRCP device to be category 1 as CT and category 2 as TG that applies to bluetooth headphones or speakers.
14. Update the use of AVRCP APIs and events in the two examples a2dp_sink a2dp_gatts_coex, which includes the demo of volume control and notification.
2020-07-21 11:44:36 +08:00
..
bta_api.h Revert "components/bt: Add API and EVT for set AFH channels(BR/EDR)" 2020-01-14 16:05:36 +08:00
bta_ar_api.h component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
bta_av_api.h component/bt: implement AVRCP Target APIs 2020-07-21 11:44:36 +08:00
bta_av_ci.h component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
bta_av_co.h component/bt: bugfix that A2DP sink device can be connected by another A2DP sink device 2018-09-10 03:35:58 +00:00
bta_av_sbc.h component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
bta_dm_ci.h component/bt: implement HFP Hands Free Unit Role 2018-05-21 11:33:30 +08:00
bta_dm_co.h BT/Bluedroid : Add support to set min encryption key requirement (Backport v3.3) 2019-09-29 16:06:27 +08:00
bta_gatt_api.h Component/bt: add attr_handle for ESP_GATTS_CONF_EVT 2018-10-19 08:19:36 +00:00
bta_gatt_common.h component/bt: some miscellaneous modifications for BLE 2018-12-26 20:36:33 +08:00
bta_gattc_ci.h component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
bta_gattc_co.h Component/bt: fix memory leak 2018-06-06 02:17:06 +00:00
bta_gatts_co.h Fixed typos on booleans. 2018-07-09 14:36:06 +08:00
bta_hf_client_api.h component/bt: implement HFP Hands Free Unit Role 2018-05-21 11:33:30 +08:00
bta_hf_client_co.h component/bt: implement HFP Hands Free Unit Role 2018-05-21 11:33:30 +08:00
bta_hfp_defs.h component/bt: implement HFP Hands Free Unit Role 2018-05-21 11:33:30 +08:00
bta_hh_api.h component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
bta_hh_co.h component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
bta_jv_api.h component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
bta_jv_co.h component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
bta_sdp_api.h component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
bta_sys.h component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
utl.h component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00