Home
last modified time | relevance | path

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/
Dhid_device_le_prf.c289 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/
Dble50_sec_gatts_demo.c98 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/
Dexample_ble_sec_gatts_demo.c120 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/
Dgatts_table_creat_demo.c170 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/
DGatt_Server_Service_Table_Example_Walkthrough.md423 CHAR_DECLARATION_SIZE,CHAR_DECLARATION_SIZE, (uint8_t *)&char_prop_read}},