Searched refs:char_prop_read_notify (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/ |
D | hid_device_le_prf.c | 292 static const uint8_t char_prop_read_notify = ESP_GATT_CHAR_PROP_BIT_READ|ESP_GATT_CHAR_PROP_BIT_NOT… variable 312 … CHAR_DECLARATION_SIZE,CHAR_DECLARATION_SIZE, (uint8_t *)&char_prop_read_notify}}, 395 … (uint8_t *)&char_prop_read_notify}}, 415 … (uint8_t *)&char_prop_read_notify}}, 465 … (uint8_t *)&char_prop_read_notify}}, 486 … (uint8_t *)&char_prop_read_notify}}, 513 … (uint8_t *)&char_prop_read_notify}},
|
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/ble_spp_server/main/ |
D | ble_spp_server_demo.c | 139 static const uint8_t char_prop_read_notify = ESP_GATT_CHAR_PROP_BIT_READ|ESP_GATT_CHAR_PROP_BIT_NOT… variable 192 CHAR_DECLARATION_SIZE,CHAR_DECLARATION_SIZE, (uint8_t *)&char_prop_read_notify}}, 217 CHAR_DECLARATION_SIZE,CHAR_DECLARATION_SIZE, (uint8_t *)&char_prop_read_notify}},
|