Home
last modified time | relevance | path

Searched refs:ESP_BT_NON_DISCOVERABLE (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gap_bt_api.h59 ESP_BT_NON_DISCOVERABLE, /*!< Non-discoverable */ enumerator
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/a2dp_gatts_coex/main/
Dbt_app_av.c139 esp_bt_gap_set_scan_mode(ESP_BT_NON_CONNECTABLE, ESP_BT_NON_DISCOVERABLE); in bt_av_hdl_a2d_evt()
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_device/main/
Desp_hid_device_main.c530 esp_bt_gap_set_scan_mode(ESP_BT_NON_CONNECTABLE, ESP_BT_NON_DISCOVERABLE); in bt_hidd_event_callback()
Desp_hid_gap.c442 if ((ret = esp_bt_gap_set_scan_mode(ESP_BT_CONNECTABLE, ESP_BT_NON_DISCOVERABLE)) != ESP_OK) { in init_bt_gap()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_hid_mouse_device/main/
Dmain.c267 esp_bt_gap_set_scan_mode(ESP_BT_NON_CONNECTABLE, ESP_BT_NON_DISCOVERABLE); in esp_bt_hidd_cb()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/a2dp_sink/main/
Dbt_app_av.c207 esp_bt_gap_set_scan_mode(ESP_BT_NON_CONNECTABLE, ESP_BT_NON_DISCOVERABLE); in bt_av_hdl_a2d_evt()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/a2dp_source/main/
Dmain.c433 esp_bt_gap_set_scan_mode(ESP_BT_NON_CONNECTABLE, ESP_BT_NON_DISCOVERABLE); in bt_app_av_state_connecting_hdlr()
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_host/main/
Desp_hid_gap.c445 if ((ret = esp_bt_gap_set_scan_mode(ESP_BT_CONNECTABLE, ESP_BT_NON_DISCOVERABLE)) != ESP_OK) { in init_bt_gap()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_bt.c69 case ESP_BT_NON_DISCOVERABLE: in btc_bt_set_scan_mode()