mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-20 12:03:52 +01:00
13 lines
402 B
Markdown
13 lines
402 B
Markdown
<!--
|
|
SPDX-FileCopyrightText: 2022 Gunar Schorcht
|
|
SPDX-License-Identifier: LGPL-2.1-only
|
|
-->
|
|
|
|
@defgroup cpu_esp32_esp_ble_nimble ESP32 Bluetooth LE HCI for NimBLE host
|
|
@ingroup cpu_esp32
|
|
@brief ESP32 Bluetooth LE HCI implementation for NimBLE host
|
|
|
|
This module realizes the HCI for NimBLE host using the ESP32 Bluetooth controller
|
|
|
|
@author Gunar Schorcht <gunar@schorcht.net>
|