Searched refs:ESP_GATT_UUID_HID_SVC (Results 1 – 5 of 5) sorted by relevance
122 && 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()
58 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()
50 #define ESP_GATT_UUID_HID_SVC 0x1812 /* HID Service*/ macro
381 if (uuid == ESP_GATT_UUID_HID_SVC) { in handle_ble_device_result()
384 if (uuid == ESP_GATT_UUID_HID_SVC) { in handle_ble_device_result()