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/ |
D | ble_unit.c | 77 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/ |
D | esp_eddystone_demo.c | 93 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/ |
D | ibeacon_demo.c | 86 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/ |
D | gattc_demo.c | 331 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/ |
D | example_ble_client_throughput.c | 382 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/ |
D | example_ble_sec_gattc_demo.c | 380 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/ |
D | Gatt_Security_Client_Example_Walkthrough.md | 61 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/ |
D | gattc_gatts_coex.c | 270 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/ |
D | ble50_sec_gattc_demo.c | 424 … 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/ |
D | spp_client_demo.c | 229 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/ |
D | esp_gap_ble_api.h | 966 …} 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/ |
D | ble50_security_client_Example_Walkthrough.md | 92 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/ |
D | gattc_multi_connect.c | 764 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/ |
D | btc_gap_ble.c | 627 param.scan_start_cmpl.status = status; in btc_start_scan_callback()
|