Searched refs:s_char_prop_read_notify (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-3.6.0/components/esp_hid/src/ |
D | ble_hidd.c | 49 static const uint8_t s_char_prop_read_notify = ESP_GATT_CHAR_PROP_BIT_READ | ESP_GATT_CHAR_PROP_BIT… variable 212 …_t *)&s_character_declaration_uuid, ESP_GATT_PERM_READ, 1, 1, (uint8_t *)&s_char_prop_read_notify); in create_bat_db() 301 …_t *)&s_character_declaration_uuid, ESP_GATT_PERM_READ, 1, 1, (uint8_t *)&s_char_prop_read_notify); in create_hid_db() 319 …_t *)&s_character_declaration_uuid, ESP_GATT_PERM_READ, 1, 1, (uint8_t *)&s_char_prop_read_notify); in create_hid_db()
|