Home
last modified time | relevance | path

Searched refs:ESP_BT_GAP_DISCOVERY_STOPPED (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_bt.c373 param.disc_st_chg.state = ESP_BT_GAP_DISCOVERY_STOPPED; in btc_gap_bt_search_devices_evt()
387 param.disc_st_chg.state = ESP_BT_GAP_DISCOVERY_STOPPED; in btc_gap_bt_search_devices_evt()
991 param.disc_st_chg.state = ESP_BT_GAP_DISCOVERY_STOPPED; in btc_gap_bt_busy_level_updated()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gap_bt_api.h204 ESP_BT_GAP_DISCOVERY_STOPPED, /*!< Device discovery stopped */ enumerator
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_discovery/main/
Dmain.c215 if (param->disc_st_chg.state == ESP_BT_GAP_DISCOVERY_STOPPED) { in bt_app_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/a2dp_source/main/
Dmain.c223 if (param->disc_st_chg.state == ESP_BT_GAP_DISCOVERY_STOPPED) { in bt_app_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_device/main/
Desp_hid_gap.c397 if (param->disc_st_chg.state == ESP_BT_GAP_DISCOVERY_STOPPED) { in bt_gap_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_host/main/
Desp_hid_gap.c400 if (param->disc_st_chg.state == ESP_BT_GAP_DISCOVERY_STOPPED) { in bt_gap_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_discovery/
DREADME.md248 After device discovery stops the state will change to `ESP_BT_GAP_DISCOVERY_STOPPED` and `bt_app_ga…