esp-idf/components/bt
morris 16677b0d3c global: make periph enable/disable APIs private
peripheral enable/disable usually should be managed by driver itself,
so make it as espressif private APIs, not recommended for user to use it
in application code.
However, if user want to re-write the driver or ports to other platform,
this is still possible by including the header in this way:
"esp_private/peripheral_ctrl.h"
2021-11-08 10:37:47 +08:00
..
common 1. transparent HID device 2021-09-07 16:59:30 +08:00
controller global: make periph enable/disable APIs private 2021-11-08 10:37:47 +08:00
esp_ble_mesh Merge branch 'bugfix/ble_mesh_host_init' into 'master' 2021-11-03 02:25:03 +00:00
host component/bt: check the ble ext conn parameter 2021-11-02 14:33:24 +08:00
include ci: replace old header with new SPDX header style 2021-10-14 10:51:10 +08:00
test cmock: added cmock as component 2020-09-02 16:38:37 +08:00
CMakeLists.txt components/bt: High level interrupt in bluetooth 2021-09-09 11:29:06 +08:00
component.mk components/bt: High level interrupt in bluetooth 2021-09-09 11:29:06 +08:00
Kconfig components/bt: Combine 3 Bluetooth controller menu 2021-09-15 10:57:37 +08:00
linker.lf ldgen: use uppercase keywords for flags 2021-03-01 14:19:34 +08:00
sdkconfig.rename component/bt: add BLE v5.0 feature for bluedroid host 2021-01-15 17:55:12 +08:00