Searched refs:info_svc (Results 1 – 1 of 1) sorted by relevance
156 hidd_le_service_t info_svc; member254 esp_err_t err = esp_ble_gatts_create_attr_tab(_last_db, dev->info_svc.gatt_if, index, 0); in create_info_db()433 dev->info_svc.handle = param->add_attr_tab.handles[0]; in info_event_handler()434 ESP_LOGV(TAG, "Dev Info service handle = %d", dev->info_svc.handle); in info_event_handler()435 esp_ble_gatts_start_service(dev->info_svc.handle); in info_event_handler()646 esp_ble_gatts_stop_service(dev->info_svc.handle); in ble_hid_stop_gatts()647 esp_ble_gatts_delete_service(dev->info_svc.handle); in ble_hid_stop_gatts()648 esp_ble_gatts_app_unregister(dev->info_svc.gatt_if); in ble_hid_stop_gatts()763 s_dev->info_svc.gatt_if = gatts_if; in esp_hidd_gatts_event_handler()781 } else if (s_dev->info_svc.gatt_if && gatts_if == s_dev->info_svc.gatt_if) { in esp_hidd_gatts_event_handler()