Setup Appearance GAP characteristic (0x2A01) in BLE
Posted: Wed Mar 21, 2018 2:32 pm
Hi,
I'm trying to understand how to setup the Appearance charateristic in GAP BLE (in particular as REMOTE_GENERIC).
Here:
https://github.com/nkolban/esp32-snippets/issues/88
They seems to have fixed for ESP32-Arduino (mayb @chegewara and @kolban can help).
Here:
https://github.com/espressif/esp-idf/issues/1042
it is stated that it will available in v3.1.
I'm using ESP-IDF and I really don't know how to change it even if in
https://github.com/espressif/esp-idf/bl ... ap.c#L2664
it seems to be present something related to appearance characteristic.
How can I do it without nee to wait for v3.1?
Thanks
I'm trying to understand how to setup the Appearance charateristic in GAP BLE (in particular as REMOTE_GENERIC).
Here:
https://github.com/nkolban/esp32-snippets/issues/88
They seems to have fixed for ESP32-Arduino (mayb @chegewara and @kolban can help).
Here:
https://github.com/espressif/esp-idf/issues/1042
it is stated that it will available in v3.1.
I'm using ESP-IDF and I really don't know how to change it even if in
https://github.com/espressif/esp-idf/bl ... ap.c#L2664
it seems to be present something related to appearance characteristic.
How can I do it without nee to wait for v3.1?
Thanks