Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TW#15692] BLE: How to set icon/appearance characteristic 0x2a01 #1042

Closed
nkolban opened this issue Sep 26, 2017 · 2 comments
Closed

[TW#15692] BLE: How to set icon/appearance characteristic 0x2a01 #1042

nkolban opened this issue Sep 26, 2017 · 2 comments

Comments

@nkolban
Copy link
Contributor

nkolban commented Sep 26, 2017

When we use the ESP-IDF to create a BLE Server, we find that a service with UUID 0x1800 is created for us. We find that it has a number of pre-populated characteristics include 0x2a01 which is "Appearance". Unfortunately, I am not able to find any ESP-IDF exposed APIs that allow us to set/change this property.

Is this an omission in the ESP-IDF BLE API set? Am I missing some property, parameter or recipe for setting such? (For example ... to set the Device Name characteristic (0x2a00) I would use the exposed API called esp_ble_gap_set_device_name ... but nothing similar is obvious for appearance/icon).

@FayeY FayeY changed the title BLE: How to set icon/appearance characteristic 0x2a01 [TW#15692] BLE: How to set icon/appearance characteristic 0x2a01 Oct 5, 2017
@Yulong-espressif
Copy link
Contributor

@nkolban Thanks for the reminder, we will add the API to set icon in the next version(v3.1) of the IDF SDK.

@FayeY
Copy link
Collaborator

FayeY commented Apr 24, 2018

It has been merged, please have a try with the latest master. Thanks.

@FayeY FayeY closed this as completed Apr 24, 2018
0xFEEDC0DE64 pushed a commit to 0xFEEDC0DE64/esp-idf that referenced this issue May 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants