Lines Matching full:bluetooth
1 Bluetooth API
9 Bluetooth Controller && VHCI <controller_vhci>
10 Bluetooth Common <bt_common>
11 Bluetooth LE <bt_le>
12 :SOC_CLASSIC_BT_SUPPORTED: Bluetooth Classic <classic_bt>
16 …s two host stacks. The Bluedroid based stack (default) supports classic Bluetooth as well as BLE. …
18 * For usecases involving classic Bluetooth as well as BLE, Bluedroid should be used.
23 For the overview of the ESP32 Bluetooth stack architecture, follow the links below:
25 …* `ESP32 Bluetooth Architecture (PDF) [English] <http://espressif.com/sites/default/files/document…
26 …* `ESP32 Bluetooth Architecture (PDF) [中文] <http://espressif.com/sites/default/files/documentation…
28 Code examples for this API section are provided in the :example:`bluetooth/bluedroid` directory of …
32 * :example_file:`GATT Client Example Walkthrough <bluetooth/bluedroid/ble/gatt_client/tutorial/Gatt…
33 * :example_file:`GATT Server Service Table Example Walkthrough <bluetooth/bluedroid/ble/gatt_server…
34 * :example_file:`GATT Server Example Walkthrough <bluetooth/bluedroid/ble/gatt_server/tutorial/Gatt…
35 * :example_file:`GATT Security Client Example Walkthrough <bluetooth/bluedroid/ble/gatt_security_cl…
36 * :example_file:`GATT Security Server Example Walkthrough <bluetooth/bluedroid/ble/gatt_security_se…
37 * :example_file:`GATT Client Multi-connection Example Walkthrough <bluetooth/bluedroid/ble/gattc_mu…