Creating service and characteristic with 128 bit UUID
Posted: Wed Oct 24, 2018 9:04 am
Hi
I am trying to create a service and characteristic with 128 bit UUID. I am using gatt_server_service_table_demo (in table services and characteristic are 16 bit in example code) . I have changed the service to 128 bit in gatt tab but after that service is not getting discovered. Please let me know how I can declare services and characteristic with 128 bit UUID or I have to use esp_ble_gatts_create_service function.
I am trying to create a service and characteristic with 128 bit UUID. I am using gatt_server_service_table_demo (in table services and characteristic are 16 bit in example code) . I have changed the service to 128 bit in gatt tab but after that service is not getting discovered. Please let me know how I can declare services and characteristic with 128 bit UUID or I have to use esp_ble_gatts_create_service function.