Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_hid/src/
Dble_hidd.c133 hidd_le_service_t hid_svc; member
335 …esp_err_t err = esp_ble_gatts_create_attr_tab(_last_db, dev->devices[device_index].hid_svc.gatt_if… in create_hid_db()
458 dev->devices[device_index].hid_svc.handle = param->add_attr_tab.handles[HIDD_LE_IDX_SVC]; in hid_event_handler()
461 … CREAT_ATTR_TAB[%u] service handle = %d", device_index, dev->devices[device_index].hid_svc.handle); in hid_event_handler()
464 esp_ble_gatts_start_service(dev->devices[device_index].hid_svc.handle); in hid_event_handler()
608 if (dev->devices[d].hid_svc.gatt_if && gatts_if == dev->devices[d].hid_svc.gatt_if) { in get_device_map_index_by_gatts_if()
641 esp_ble_gatts_stop_service(dev->devices[d].hid_svc.handle); in ble_hid_stop_gatts()
642 esp_ble_gatts_delete_service(dev->devices[d].hid_svc.handle); in ble_hid_stop_gatts()
643 esp_ble_gatts_app_unregister(dev->devices[d].hid_svc.gatt_if); in ble_hid_stop_gatts()
768 … s_dev->devices[param->reg.app_id - ESP_GATT_UUID_HID_SVC].hid_svc.gatt_if = gatts_if; in esp_hidd_gatts_event_handler()
[all …]