Update BLE appearance values according to bluetooth-SIG (IDFGH-12628) #13626
Labels
Resolution: NA
Issue resolution is unavailable
Status: Done
Issue is done internally
Type: Feature Request
Feature request for IDF
Is your feature request related to a problem?
I was trying to set the appearance value to 0x0841 (Audio Sink - Standalone Speaker) but got and error with the api:
esp_ble_gap_config_local_icon
I dug into the code and saw that only a subset of appearance values are allowed.
esp-idf/components/bt/host/bluedroid/api/esp_gap_ble_api.c
Line 243 in 5a40bb8
Describe the solution you'd like.
Either keep the list of allowed values up to date. Or make an interface for using all values
Describe alternatives you've considered.
No response
Additional context.
No response
The text was updated successfully, but these errors were encountered: