Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_hid/src/
Dble_hidh.c122 && suuid != ESP_GATT_UUID_HID_SVC in read_device_services()
227 } else if (suuid == ESP_GATT_UUID_HID_SVC && report != NULL) { in read_device_services()
240 if (suuid == ESP_GATT_UUID_HID_SVC && report != NULL) { in read_device_services()
246 if (suuid == ESP_GATT_UUID_HID_SVC) { in read_device_services()
376 if (p_data->search_res.srvc_id.uuid.uuid.uuid16 == ESP_GATT_UUID_HID_SVC) { in esp_hidh_gattc_event_handler()
Dble_hidd.c58 static const uint16_t s_hid_le_svc = ESP_GATT_UUID_HID_SVC;
628 if ((ret = esp_ble_gatts_app_register(ESP_GATT_UUID_HID_SVC + i)) != ESP_OK) { in ble_hid_start_gatts()
766 …} else if (param->reg.app_id >= ESP_GATT_UUID_HID_SVC && param->reg.app_id < (ESP_GATT_UUID_HID_SV… in esp_hidd_gatts_event_handler()
767 … ESP_LOGV(TAG, "HID SVC[%u] IF: %d", param->reg.app_id - ESP_GATT_UUID_HID_SVC, gatts_if); in esp_hidd_gatts_event_handler()
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()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gatt_defs.h50 #define ESP_GATT_UUID_HID_SVC 0x1812 /* HID Service*/ macro
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_device/main/
Desp_hid_gap.c381 if (uuid == ESP_GATT_UUID_HID_SVC) { in handle_ble_device_result()
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_host/main/
Desp_hid_gap.c384 if (uuid == ESP_GATT_UUID_HID_SVC) { in handle_ble_device_result()