You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could be replaced by .service_uuid_len = sizeof(adv_service_uuid128), to avoid magic numbers.
The text was updated successfully, but these errors were encountered:
Alvin1Zhang
changed the title
Avoid magic numbers in bluetooth/gatt_server example
[TW#26964] Avoid magic numbers in bluetooth/gatt_server example
Oct 24, 2018
esp-idf/examples/bluetooth/gatt_server/main/gatts_demo.c
Line 110 in 129d327
as well as
esp-idf/examples/bluetooth/gatt_server/main/gatts_demo.c
Line 126 in 129d327
Could be replaced by
.service_uuid_len = sizeof(adv_service_uuid128),
to avoid magic numbers.The text was updated successfully, but these errors were encountered: