Lines Matching +full:multi +full:- +full:advertising
3 NimBLE 软件包是 RT-Thread 基于 [Apache NimBLE](https://github.com/apache/mynewt-nimble) 开源蓝牙 5.0 协议栈的移植实现…
7 - 扩展广播(LE Advertising Extensions)
8 - 2Mbit/s比特率的物理层
9 - 长距离编码(Coded PHY for LE Long Range)
10 - 高速不可连接广播(High Duty Cycle Non-Connectable Advertising)
11 - 新的跳频算法(Channel Selection Algorithm #2)
12 - 隐私1.2(LE Privacy 1.2)
13 - 安全管理(SM),支持传统配对(LE Legacy Pairing),安全连接(LE Secure Connections),特定秘钥分发(Transport Specific Key Dist…
14 - 链路层PDU数据长度扩展(LE Data Length Extension)
15 - 多角色并发(主机(central)/从机(peripheral), server/client)
16 - 同时广播和扫描
17 - 低速定向广播(Low Duty Cycle Directed Advertising)
18 - 连接参数请求(Connection parameters request procedure)
19 - LE Ping
20 - 完整的GATT客户端,服务端,以及子功能
21 - 抽象HCI接口层
25 - 警报通知服务(ANS)
26 - 即时报警服务(IAS)
27 - 链路丢失服务(LLS)
28 - 电池服务(BAS)
29 - 设备信息服务(DIS)
30 - 心率服务(HRS)
31 - 自行车速度及步调(CSC)
32 - 射频功率(TPS)
36 - 广播和GATT承载(Advertising and GATT bearers)
37 - PB-GATT 和 PB-ADV provisioning
38 - 模型层(Foundation Models (server role))
39 - 支持中继(Relay support)
40 - 支持GATT代理(GATT Proxy)
102 └───rtthread /* RT-Thread OS 接口实现 */
112 NimBLE 软件包遵循 Apache-2.0 许可,详见 LICENSE 文件。
116 - RT_Thread 3.0+
120 使用 NimBLE 软件包需要在 RT-Thread 的包管理中选中它,具体路径如下:
123 RT-Thread online packages
124 IoT - internet of things --->
125 --- NimBLE:An open-source Bluetooth 5.0 stack porting on RT-Thread
126 Bluetooth Role support --->
127 Host Stack Configuration --->
128 Controller Configuration --->
129 Bluetooth Mesh support --->
130 HCI Transport support ----
131 Device Driver support ----
132 Log level (INFO) --->
133 Bluetooth Samples (Not enable sample) --->
136 (0) The number of multi-advertising instances
137 [ ] Extended Advertising Feature Support
138 Version (latest) --->
152 配置完成后让 RT-Thread 的包管理器自动更新,或者使用 pkgs --update 命令更新包到 BSP 中。
156 配合独立的 nrf52832-nimble bsp 使用,参考 https://github.com/EvalZero/nrf52832-nimble 。
159 - NimBLE 当前处于开发阶段,暂时只支持 Nodic nRF52832 MCU,参见 [nrf52832-bsp](https://github.com/EvalZero/nrf52832-n…
163 - 维护:RT-Thread 开发团队
164 - 主页:https://github.com/RT-Thread-packages/nimble