Home
last modified time | relevance | path

Searched refs:scan_start_cmpl (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/
Dble_unit.c77 if (param->scan_start_cmpl.status != ESP_BT_STATUS_SUCCESS) { in ble_gap_event_default_handler()
78 ESP_LOGE(TAG, "scan start failed, error status = %x", param->scan_start_cmpl.status); in ble_gap_event_default_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_eddystone/main/
Desp_eddystone_demo.c93 if((err = param->scan_start_cmpl.status) != ESP_BT_STATUS_SUCCESS) { in esp_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_ibeacon/main/
Dibeacon_demo.c86 if ((err = param->scan_start_cmpl.status) != ESP_BT_STATUS_SUCCESS) { in esp_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_client/main/
Dgattc_demo.c331 if (param->scan_start_cmpl.status != ESP_BT_STATUS_SUCCESS) { in esp_gap_cb()
332 … ESP_LOGE(GATTC_TAG, "scan start failed, error status = %x", param->scan_start_cmpl.status); in esp_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_client/main/
Dexample_ble_client_throughput.c382 if (param->scan_start_cmpl.status != ESP_BT_STATUS_SUCCESS) { in esp_gap_cb()
383 … ESP_LOGE(GATTC_TAG, "scan start failed, error status = %x", param->scan_start_cmpl.status); in esp_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_client/main/
Dexample_ble_sec_gattc_demo.c380 if (param->scan_start_cmpl.status != ESP_BT_STATUS_SUCCESS) { in esp_gap_cb()
381 … ESP_LOGE(GATTC_TAG, "scan start failed, error status = %x", param->scan_start_cmpl.status); in esp_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_client/tutorial/
DGatt_Security_Client_Example_Walkthrough.md61 if (param->scan_start_cmpl.status != ESP_BT_STATUS_SUCCESS) {
62 … ESP_LOGE(GATTC_TAG, "scan start failed, error status = %x", param->scan_start_cmpl.status);
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/main/
Dgattc_gatts_coex.c270 if (param->scan_start_cmpl.status != ESP_BT_STATUS_SUCCESS) { in gap_event_handler()
271 … ESP_LOGE(COEX_TAG, "scan start failed, error status = %x\n", param->scan_start_cmpl.status); in gap_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_client/main/
Dble50_sec_gattc_demo.c424 … ESP_LOGE(GATTC_TAG, "scan start failed, error status = %x", param->scan_start_cmpl.status); in esp_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_spp_client/main/
Dspp_client_demo.c229 if ((err = param->scan_start_cmpl.status) != ESP_BT_STATUS_SUCCESS) { in esp_gap_cb()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h966 …} scan_start_cmpl; /*!< Event parameter of ESP_GAP_BLE_SCAN_START_COM… member
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_client/tutorial/
Dble50_security_client_Example_Walkthrough.md92 ESP_LOGE(GATTC_TAG, "scan start failed, error status = %x", param->scan_start_cmpl.st
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gattc_multi_connect/main/
Dgattc_multi_connect.c764 if (param->scan_start_cmpl.status == ESP_BT_STATUS_SUCCESS) { in esp_gap_cb()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c627 param.scan_start_cmpl.status = status; in btc_start_scan_callback()