Search found 1 match
- Wed May 22, 2019 5:30 pm
- Forum: ESP-IDF
- Topic: Send BLE notifications Automatically with BLE create table method
- Replies: 1
- Views: 2864
Send BLE notifications Automatically with BLE create table method
Hello, I am using the esp_ble_gatts_create_attr_tab method of create a Bluetooth service. I have two characteristics, and one of those characteristics has the notifications descriptor (0x2902) snippet below. static uint16_t sCharValueNotifications = 0b01; ... // Client Characteristic Configuration D...