Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_eddystone/main/
Desp_eddystone_demo.c129 case ESP_GAP_BLE_SCAN_STOP_COMPLETE_EVT:{ in esp_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_ibeacon/main/
Dibeacon_demo.c121 case ESP_GAP_BLE_SCAN_STOP_COMPLETE_EVT: in esp_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/
Dble_unit.c82 case ESP_GAP_BLE_SCAN_STOP_COMPLETE_EVT: in ble_gap_event_default_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_client/main/
Dgattc_demo.c381 case ESP_GAP_BLE_SCAN_STOP_COMPLETE_EVT: in esp_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_client/main/
Dexample_ble_client_throughput.c421 case ESP_GAP_BLE_SCAN_STOP_COMPLETE_EVT: in esp_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gattc_multi_connect/tutorial/
DGatt_Client_Multi_Connection_Example_Walkthrough.md116 The scan stop triggers an ``ESP_GAP_BLE_SCAN_STOP_COMPLETE_EVT`` event which is used to open a conn…
119 case ESP_GAP_BLE_SCAN_STOP_COMPLETE_EVT:
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_client/main/
Dexample_ble_sec_gattc_demo.c468 case ESP_GAP_BLE_SCAN_STOP_COMPLETE_EVT: in esp_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_spp_client/main/
Dspp_client_demo.c235 case ESP_GAP_BLE_SCAN_STOP_COMPLETE_EVT: in esp_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_device/main/
Desp_hid_gap.c492 case ESP_GAP_BLE_SCAN_STOP_COMPLETE_EVT: { in ble_gap_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_host/main/
Desp_hid_gap.c495 case ESP_GAP_BLE_SCAN_STOP_COMPLETE_EVT: { in ble_gap_event_handler()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h161ESP_GAP_BLE_SCAN_STOP_COMPLETE_EVT, /*!< When stop scan complete, the event co… enumerator
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gattc_multi_connect/main/
Dgattc_multi_connect.c833 case ESP_GAP_BLE_SCAN_STOP_COMPLETE_EVT: in esp_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/main/
Dgattc_gatts_coex.c255 case ESP_GAP_BLE_SCAN_STOP_COMPLETE_EVT: in gap_event_handler()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c645 msg.act = ESP_GAP_BLE_SCAN_STOP_COMPLETE_EVT; in btc_stop_scan_callback()