Home
last modified time | relevance | path

Searched refs:char_prop_notify (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gatt_security_server/main/
Dexample_ble_sec_gatts_demo.c119 static const uint8_t char_prop_notify = ESP_GATT_CHAR_PROP_BIT_NOTIFY; variable
148 CHAR_DECLARATION_SIZE,CHAR_DECLARATION_SIZE, (uint8_t *)&char_prop_notify}},
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/ble_compatibility_test/main/
Dble_compatibility_test.c179 static const uint8_t char_prop_notify = ESP_GATT_CHAR_PROP_BIT_NOTIFY; variable
229 CHAR_DECLARATION_SIZE, CHAR_DECLARATION_SIZE, (uint8_t *)&char_prop_notify}},
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/
Dhid_device_le_prf.c288 static const uint8_t char_prop_notify = ESP_GATT_CHAR_PROP_BIT_NOTIFY; variable
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/tutorial/
DGatt_Server_Service_Table_Example_Walkthrough.md394 … Some attributes also have the *NOTIFY* property which is set by ``&char_prop_notify``. The comple…
408 CHAR_DECLARATION_SIZE,CHAR_DECLARATION_SIZE, (uint8_t *)&char_prop_notify}},