mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
18 lines
558 B
Plaintext
18 lines
558 B
Plaintext
/*
|
|
* Copyright (C) 2022 Gunar Schorcht
|
|
*
|
|
* This file is subject to the terms and conditions of the GNU Lesser
|
|
* General Public License v2.1. See the file LICENSE in the top level
|
|
* directory for more details.
|
|
*/
|
|
|
|
/**
|
|
* @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>
|
|
*/
|