Bluetooth advertise

This commit is contained in:
2023-11-04 02:28:32 +01:00
parent 981e949cf1
commit 953ea2a25a
5 changed files with 67 additions and 19 deletions

View File

@@ -11,3 +11,8 @@ CONFIG_BT=y
CONFIG_BT_HCI=y
CONFIG_BT_CTLR=y
CONFIG_BT_LL_SW_SPLIT=y
CONFIG_BT_DEVICE_NAME="HelloBT_Peripheral"
CONFIG_BT_PERIPHERAL=y
# Enable print for float
CONFIG_CBPRINTF_FP_SUPPORT=y