Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/peroidic_sync/main/
Dperiodic_sync_demo.c84 …_LOGI(LOG_TAG, "ESP_GAP_BLE_EXT_SCAN_START_COMPLETE_EVT, status %d", param->ext_scan_start.status); in gap_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_client/main/
Dble50_sec_gattc_demo.c423 if (param->ext_scan_start.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.h1211 …} ext_scan_start; /*!< Event parameter of ESP_GAP_BLE_EXT_SCAN_START_COMPLET… member
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_client/tutorial/
Dble50_security_client_Example_Walkthrough.md91 if (param->ext_scan_start.status != ESP_BT_STATUS_SUCCESS) {
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c929 param.ext_scan_start.status = btc_btm_status_to_esp_status(params->scan_start.status); in btc_ble_5_gap_callback()