OVMS3-idf/components/bt/bluedroid/api/include/api
wangmengyang 61bd453c15 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.
4. 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.
5. Implement callback events for SetAbsoluteVolume command indication on TG.
6. 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).
7. Add feature bit mask in parameter of callback event ESP_AVRC_CT_REMOTE_FEATURES_EVT for peer feature information got from SDP.
8. Add API and callback event to AVRCP CT to retrieve remote TG's supported notification event capabilities.
9. Modify data type for parameter of callback event ESP_AVRC_CT_CHANGE_NOTIFY_EVT.
10. Change AVRCP version from 1.3 to 1.4 for compatibility cause in using AbsoluteVolume feature.
11. Modify local AVRCP device to be category 1 as CT and category 2 as TG that applies to bluetooth headphones or speakers.
12. Update the use of AVRCP APIs and events in the two examples: a2dp_sink and a2dp_gatts_coex, which include the demo of volume control and notification.
2019-04-10 16:34:13 +08:00
..
esp_a2dp_api.h components/bt: Make a pass through Bluetooth header files 2018-08-25 21:21:42 +05:30
esp_avrc_api.h component/bt: implement AVRCP Target APIs 2019-04-10 16:34:13 +08:00
esp_blufi_api.h component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
esp_bt_defs.h Component/bt: add new param for update_whitelist() 2019-03-22 12:22:51 +00:00
esp_bt_device.h components/bt: Make modifications to the support of GAP appearance/icon 2018-04-28 13:59:36 +05:30
esp_bt_main.h component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
esp_gap_ble_api.h Component/bt: add mesh beacon adv and svc uuid for duplicate scan exceptional list 2019-03-28 06:09:19 +00:00
esp_gap_bt_api.h Modify esp_bt_gap_set_scan_mode() to be able to set connection modes as well as discoverable modes 2019-03-13 11:24:00 +05:30
esp_gatt_common_api.h components/bt: Make a pass through Bluetooth header files 2018-08-25 21:21:42 +05:30
esp_gatt_defs.h Component/bt: add “service from” param for ESP_GATTC_SEARCH_CMPL_EVT 2018-09-28 12:59:01 +00:00
esp_gattc_api.h Component/bt: add api to clean gattc cache 2019-03-13 15:23:33 +08:00
esp_gatts_api.h Component/bt: add attr_handle for ESP_GATTS_CONF_EVT 2018-10-19 08:19:36 +00:00
esp_hf_client_api.h components/bt: Some errors in comment 2018-11-16 11:27:22 +08:00
esp_hf_defs.h components/bt: Make a pass through Bluetooth header files 2018-08-25 21:21:42 +05:30
esp_spp_api.h components/bt: Some errors in comment 2018-11-16 11:27:22 +08:00