Home
last modified time | relevance | path

Searched refs:search_evt (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_eddystone/main/
Desp_eddystone_demo.c103 switch(scan_result->scan_rst.search_evt) in esp_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_ibeacon/main/
Dibeacon_demo.c98 switch (scan_result->scan_rst.search_evt) { in esp_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/
Dble_unit.c100 switch (param->scan_rst.search_evt) { in ble_gap_util_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_ibeacon/
DREADME.md48 switch (scan_result->scan_rst.search_evt) {
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_client/main/
Dgattc_demo.c340 switch (scan_result->scan_rst.search_evt) { in esp_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_client/main/
Dexample_ble_client_throughput.c391 switch (scan_result->scan_rst.search_evt) { in esp_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_client/main/
Dexample_ble_sec_gattc_demo.c439 switch (scan_result->scan_rst.search_evt) { in esp_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_spp_client/main/
Dspp_client_demo.c248 switch (scan_result->scan_rst.search_evt) { in esp_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_device/main/
Desp_hid_gap.c478 switch (scan_result->scan_rst.search_evt) { in ble_gap_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_host/main/
Desp_hid_gap.c481 switch (scan_result->scan_rst.search_evt) { in ble_gap_event_handler()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h930 esp_gap_search_evt_t search_evt; /*!< Search event type */ member
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gattc_multi_connect/main/
Dgattc_multi_connect.c772 switch (scan_result->scan_rst.search_evt) { in esp_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_client/tutorial/
DGatt_Client_Example_Walkthrough.md325 esp_gap_search_evt_t search_evt; /*!< Search event type */
358 switch (scan_result->scan_rst.search_evt) {
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/main/
Dgattc_gatts_coex.c278 switch (scan_result->scan_rst.search_evt) { in gap_event_handler()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c560 param.scan_rst.search_evt = event; in btc_search_callback()