1 Star 1 Fork 0

何亚红/Air724UDemo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bluetooth.Kconfig 509 Bytes
一键复制 编辑 原始数据 按行查看 历史
何亚红 提交于 2022-08-22 17:25 . 修复蓝牙测试代码BUG
choice BLUETOOTH_MODE
bool "Default Bluetooth Mode"
default BLUETOOTH_MODE_PERIPHERAL
config BLUETOOTH_MODE_PERIPHERAL
bool "BLE Peripheral"
config BLUETOOTH_MODE_CENTRAL
bool "BLE Central"
config BLUETOOTH_MODE_CLASSBT
bool "Class BT"
config BLUETOOTH_MODE_OFF
bool "OFF"
endchoice
config BLUETOOTH_MODE_TYPE
int
default 0 if BLUETOOTH_MODE_PERIPHERAL
default 1 if BLUETOOTH_MODE_CENTRAL
default 2 if BLUETOOTH_MODE_CLASSBT
default 3 if BLUETOOTH_MODE_OFF
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/HEYAHONG/Air724UDemo.git
git@gitee.com:HEYAHONG/Air724UDemo.git
HEYAHONG
Air724UDemo
Air724UDemo
HYH

搜索帮助

Cb406eda 1850385 E526c682 1850385