Searched refs:ESP_GATT_UUID_BATTERY_SERVICE_SVC (Results 1 – 4 of 4) sorted by relevance
47 #define ESP_GATT_UUID_BATTERY_SERVICE_SVC 0x180F /* Battery Service*/ macro
120 if (suuid != ESP_GATT_UUID_BATTERY_SERVICE_SVC in read_device_services()143 } else if (suuid == ESP_GATT_UUID_BATTERY_SERVICE_SVC) { in read_device_services()223 if (suuid == ESP_GATT_UUID_BATTERY_SERVICE_SVC) { in read_device_services()
56 static const uint16_t s_bat_svc = ESP_GATT_UUID_BATTERY_SERVICE_SVC;619 if ((ret = esp_ble_gatts_app_register(ESP_GATT_UUID_BATTERY_SERVICE_SVC)) != ESP_OK) { in ble_hid_start_gatts()764 } else if (param->reg.app_id == ESP_GATT_UUID_BATTERY_SERVICE_SVC) { in esp_hidd_gatts_event_handler()
296 static const uint16_t battary_svc = ESP_GATT_UUID_BATTERY_SERVICE_SVC;611 param->add_attr_tab.svc_uuid.uuid.uuid16 == ESP_GATT_UUID_BATTERY_SERVICE_SVC && in esp_hidd_prf_cb_hdl()