Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_ibeacon/
DREADME.md45 In the iBeacon receiver demo, the scan result will be posted to `ESP_GAP_SEARCH_INQ_RES_EVT` event:
49 case ESP_GAP_SEARCH_INQ_RES_EVT:
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_eddystone/main/
Desp_eddystone_demo.c105 case ESP_GAP_SEARCH_INQ_RES_EVT: { in esp_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_ibeacon/main/
Dibeacon_demo.c99 case ESP_GAP_SEARCH_INQ_RES_EVT: in esp_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/
Dble_unit.c101 case ESP_GAP_SEARCH_INQ_RES_EVT: in ble_gap_util_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_client/tutorial/
DGatt_Client_Example_Walkthrough.md344 ESP_GAP_SEARCH_INQ_RES_EVT = 0, /*!< Inquiry result for a peer device. */
353 We are interested in the `ESP_GAP_SEARCH_INQ_RES_EVT` event, which is called every time a new devic…
359 case ESP_GAP_SEARCH_INQ_RES_EVT:
385 Every time we receive a result from the `ESP_GAP_SEARCH_INQ_RES_EVT` event, the code first prints t…
388 case ESP_GAP_SEARCH_INQ_RES_EVT:
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_client/main/
Dgattc_demo.c341 case ESP_GAP_SEARCH_INQ_RES_EVT: in esp_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_client/main/
Dexample_ble_client_throughput.c392 case ESP_GAP_SEARCH_INQ_RES_EVT: in esp_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_client/main/
Dexample_ble_sec_gattc_demo.c440 case ESP_GAP_SEARCH_INQ_RES_EVT: in esp_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_spp_client/main/
Dspp_client_demo.c249 case ESP_GAP_SEARCH_INQ_RES_EVT: in esp_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_device/main/
Desp_hid_gap.c479 case ESP_GAP_SEARCH_INQ_RES_EVT: { in ble_gap_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_host/main/
Desp_hid_gap.c482 case ESP_GAP_SEARCH_INQ_RES_EVT: { in ble_gap_event_handler()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h626 ESP_GAP_SEARCH_INQ_RES_EVT = 0, /*!< Inquiry result for a peer device. */ enumerator
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gattc_multi_connect/main/
Dgattc_multi_connect.c773 case ESP_GAP_SEARCH_INQ_RES_EVT: in esp_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/main/
Dgattc_gatts_coex.c279 case ESP_GAP_SEARCH_INQ_RES_EVT: in gap_event_handler()