Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/bt/host/bluedroid/api/include/api/
Desp_gap_bt_api.h205 ESP_BT_GAP_DISCOVERY_STARTED, /*!< Device discovery started */ enumerator
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/classic_bt/bt_discovery/main/
Dmain.c224 } else if (param->disc_st_chg.state == ESP_BT_GAP_DISCOVERY_STARTED) { in bt_app_gap_cb()
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/classic_bt/a2dp_source/main/
Dmain.c235 } else if (param->disc_st_chg.state == ESP_BT_GAP_DISCOVERY_STARTED) { in bt_app_gap_cb()
/hal_espressif-3.5.0/examples/bluetooth/esp_hid_device/main/
Desp_hid_gap.c396 …OGV(TAG, "BT GAP DISC_STATE %s", (param->disc_st_chg.state == ESP_BT_GAP_DISCOVERY_STARTED) ? "STA… in bt_gap_event_handler()
/hal_espressif-3.5.0/examples/bluetooth/esp_hid_host/main/
Desp_hid_gap.c399 …OGV(TAG, "BT GAP DISC_STATE %s", (param->disc_st_chg.state == ESP_BT_GAP_DISCOVERY_STARTED) ? "STA… in bt_gap_event_handler()
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/classic_bt/bt_discovery/
DREADME.md176 After device discovery gets started the state will change to `ESP_BT_GAP_DISCOVERY_STARTED`, and `b…
/hal_espressif-3.5.0/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_bt.c987 param.disc_st_chg.state = ESP_BT_GAP_DISCOVERY_STARTED; in btc_gap_bt_busy_level_updated()