Home
last modified time | relevance | path

Searched refs:searched_service_source (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble/gatt_client/main/
Dgattc_demo.c160 if(p_data->search_cmpl.searched_service_source == ESP_GATT_SERVICE_FROM_REMOTE_DEVICE) { in gattc_profile_event_handler()
162 } else if (p_data->search_cmpl.searched_service_source == ESP_GATT_SERVICE_FROM_NVS_FLASH) { in gattc_profile_event_handler()
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble/gatt_security_client/main/
Dexample_ble_sec_gattc_demo.c212 if(p_data->search_cmpl.searched_service_source == ESP_GATT_SERVICE_FROM_REMOTE_DEVICE) { in gattc_profile_event_handler()
214 } else if (p_data->search_cmpl.searched_service_source == ESP_GATT_SERVICE_FROM_NVS_FLASH) { in gattc_profile_event_handler()
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble_50/ble50_security_client/main/
Dble50_sec_gattc_demo.c255 if(p_data->search_cmpl.searched_service_source == ESP_GATT_SERVICE_FROM_REMOTE_DEVICE) { in gattc_profile_event_handler()
257 } else if (p_data->search_cmpl.searched_service_source == ESP_GATT_SERVICE_FROM_NVS_FLASH) { in gattc_profile_event_handler()
/hal_espressif-3.5.0/components/bt/host/bluedroid/api/include/api/
Desp_gattc_api.h121 esp_service_source_t searched_service_source; /*!< The source of the service information */ member
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/main/
Dgattc_gatts_coex.c368 if(p_data->search_cmpl.searched_service_source == ESP_GATT_SERVICE_FROM_REMOTE_DEVICE) { in gattc_profile_event_handler()
370 } else if (p_data->search_cmpl.searched_service_source == ESP_GATT_SERVICE_FROM_NVS_FLASH) { in gattc_profile_event_handler()
/hal_espressif-3.5.0/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c840 param.search_cmpl.searched_service_source = search_cmpl->searched_service_source; in btc_gattc_cb_handler()
/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h360 UINT8 searched_service_source; member
/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_act.c1009 p_clcb->searched_service_source = BTA_GATTC_SERVICE_INFO_FROM_REMOTE_DEVICE; in bta_gattc_start_discover()
1535 cb_data.search_cmpl.searched_service_source = p_clcb->searched_service_source; in bta_gattc_search()
Dbta_gattc_utils.c232 p_clcb->searched_service_source = BTA_GATTC_SERVICE_INFO_FROM_UNKNOWN; in bta_gattc_clcb_alloc()
Dbta_gattc_cache.c2150 p_clcb->searched_service_source = BTA_GATTC_SERVICE_INFO_FROM_NVS_FLASH; in bta_gattc_cache_load()
/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h324 UINT8 searched_service_source; member