Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/dis/
Ddis_profile.c129 tGATT_STATUS st = ESP_GATT_NOT_FOUND; in dis_s_read_attr_value()
140 st = ESP_GATT_NOT_FOUND; in dis_s_read_attr_value()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/battery/
Dbattery_prf.c292 esp_gatt_status_t st = ESP_GATT_NOT_FOUND; in bas_s_read_attr_value()
344 esp_gatt_status_t st = ESP_GATT_NOT_FOUND; in bas_s_write_attr_value()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gatt_defs.h190ESP_GATT_NOT_FOUND = 0x0a, /* 0x000a */ /* relate to BTA_GATT_NOT_FOUND in bta… enumerator
/hal_espressif-3.6.0/components/esp_hid/src/
Dble_hidh.c364 dev->status = ESP_GATT_NOT_FOUND;//set to not found and clear if HID service is found in esp_hidh_gattc_event_handler()
389 if (dev->status == ESP_GATT_NOT_FOUND) { in esp_hidh_gattc_event_handler()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c229 return ESP_GATT_NOT_FOUND; in btc_gattc_check_valid_param()
572 return ESP_GATT_NOT_FOUND; in btc_ble_gattc_get_db()