Searched refs:hid_gattc_if (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-3.5.0/components/esp_hid/src/ |
D | ble_hidh.c | 331 static esp_gatt_if_t hid_gattc_if = 0; variable 342 hid_gattc_if = gattc_if; in esp_hidh_gattc_event_handler() 564 return esp_ble_gattc_close(hid_gattc_if, dev->ble.conn_id); in esp_ble_hidh_dev_close() 578 …return esp_ble_gattc_write_char(hid_gattc_if, dev->ble.conn_id, report->handle, value_len, value, … in esp_ble_hidh_dev_report_write() 590 …esp_gatt_status_t s = read_char(hid_gattc_if, dev->ble.conn_id, report->handle, ESP_GATT_AUTH_REQ_… in esp_ble_hidh_dev_report_read() 688 esp_err_t err = esp_ble_gattc_app_unregister(hid_gattc_if); in esp_ble_hidh_deinit() 718 ret = esp_ble_gattc_open(hid_gattc_if, dev->bda, dev->ble.address_type, true); in esp_ble_hidh_dev_open() 737 read_device_services(hid_gattc_if, dev); in esp_ble_hidh_dev_open() 746 attach_report_listeners(hid_gattc_if, dev); in esp_ble_hidh_dev_open()
|