Searched refs:s_hid_report_uuid (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-3.5.0/components/esp_hid/src/ |
D | ble_hidd.c | 78 static const uint16_t s_hid_report_uuid = ESP_GATT_UUID_HID_REPORT; variable 303 …add_db_record(_last_db, index++, (uint8_t *)&s_hid_report_uuid, ESP_GATT_PERM_READ, report->value_… in create_hid_db() 309 …add_db_record(_last_db, index++, (uint8_t *)&s_hid_report_uuid, ESP_GATT_PERM_READ | ESP_GATT_PERM… in create_hid_db() 314 …add_db_record(_last_db, index++, (uint8_t *)&s_hid_report_uuid, ESP_GATT_PERM_READ | ESP_GATT_PERM… in create_hid_db()
|