Searched refs:char_prop_read (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/ |
D | hid_device_le_prf.c | 289 static const uint8_t char_prop_read = ESP_GATT_CHAR_PROP_BIT_READ; variable 346 (uint8_t *)&char_prop_read}}, 368 (uint8_t *)&char_prop_read}},
|
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/main/ |
D | ble50_sec_gatts_demo.c | 98 static const uint8_t char_prop_read = ESP_GATT_CHAR_PROP_BIT_READ; variable 133 CHAR_DECLARATION_SIZE, CHAR_DECLARATION_SIZE, (uint8_t *)&char_prop_read}},
|
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gatt_security_server/main/ |
D | example_ble_sec_gatts_demo.c | 120 static const uint8_t char_prop_read = ESP_GATT_CHAR_PROP_BIT_READ; variable 163 CHAR_DECLARATION_SIZE,CHAR_DECLARATION_SIZE, (uint8_t *)&char_prop_read}},
|
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/main/ |
D | gatts_table_creat_demo.c | 170 static const uint8_t char_prop_read = ESP_GATT_CHAR_PROP_BIT_READ; variable 203 CHAR_DECLARATION_SIZE, CHAR_DECLARATION_SIZE, (uint8_t *)&char_prop_read}},
|
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/tutorial/ |
D | Gatt_Server_Service_Table_Example_Walkthrough.md | 423 CHAR_DECLARATION_SIZE,CHAR_DECLARATION_SIZE, (uint8_t *)&char_prop_read}},
|