Home
last modified time | relevance | path

Searched refs:ESP_GAP_BLE_PERIODIC_ADV_REPORT_EVT (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/peroidic_sync/main/
Dperiodic_sync_demo.c126 case ESP_GAP_BLE_PERIODIC_ADV_REPORT_EVT: in gap_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/peroidic_sync/tutorial/
DPeriodic_Sync_Example_Walkthrough.md270 We can differer extended and periodic adv using this event ESP_GAP_BLE_PERIODIC_ADV_REPORT_EVT and …
333 case ESP_GAP_BLE_PERIODIC_ADV_REPORT_EVT:
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h208 ESP_GAP_BLE_PERIODIC_ADV_REPORT_EVT, enumerator
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c980 msg.act = ESP_GAP_BLE_PERIODIC_ADV_REPORT_EVT; in btc_ble_5_gap_callback()