Home
last modified time | relevance | path

Searched refs:ESP_BT_IO_CAP_IO (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/a2dp_sink/main/
Dmain.c206 esp_bt_io_cap_t iocap = ESP_BT_IO_CAP_IO; in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_spp_acceptor/
DESP32_SSP.md6 …t and Output Capability, which are defined as `ESP_BT_IO_CAP_OUT`, `ESP_BT_IO_CAP_IO`, `ESP_BT_IO_…
25 | Yes / No | NoInputNoOutput (`ESP_BT_IO_CAP_NONE`) | DisplayYesNo (`ESP_BT_IO_CAP_IO`) |
26 | Keyboard | KeyboardOnly (`ESP_BT_IO_CAP_IN`) | DisplayYesNo (`ESP_BT_IO_CAP_IO`) |
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_spp_vfs_acceptor/main/
Dmain.c263 esp_bt_io_cap_t iocap = ESP_BT_IO_CAP_IO; in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_spp_acceptor/main/
Dmain.c254 esp_bt_io_cap_t iocap = ESP_BT_IO_CAP_IO; in app_main()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gap_bt_api.h153 #define ESP_BT_IO_CAP_IO 1 /*!< DisplayYesNo */ /* relate to BT… macro
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_spp_vfs_initiator/main/
Dmain.c345 esp_bt_io_cap_t iocap = ESP_BT_IO_CAP_IO; in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_spp_initiator/main/
Dmain.c378 if (iocap == ESP_BT_IO_CAP_IN || iocap == ESP_BT_IO_CAP_IO) { in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/a2dp_sink/tutorial/
DExample_A2DP_Sink.md131 esp_bt_io_cap_t iocap = ESP_BT_IO_CAP_IO;
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/a2dp_source/tutorial/
DExample_A2DP_Source.md90 esp_bt_io_cap_t iocap = ESP_BT_IO_CAP_IO;
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/a2dp_source/main/
Dmain.c743 esp_bt_io_cap_t iocap = ESP_BT_IO_CAP_IO; in app_main()
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_host/main/
Desp_hid_gap.c425 esp_bt_io_cap_t iocap = ESP_BT_IO_CAP_IO; in init_bt_gap()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/a2dp_gatts_coex/main/
Dmain.c748 esp_bt_io_cap_t iocap = ESP_BT_IO_CAP_IO; in app_main()