mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
645d9b9590
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
Bluetooth Examples
Note: To use examples in this directory, you need to have Bluetooth enabled in configuration. Run make menuconfig
, go to Component config
and verify if you see [*] Bluetooth
. If not - enable it and save.
See the README.md file in the upper level examples directory for more information about examples.