Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
无法浏览 pca10001->s110 softdevice 的部分功能。是这个函数 sd_ble_enable() 所指的固件代码吗?
sd_ble_enable() 是软设备代码的一部分。SoftDevice是一个预编译和链接的二进制软件[1],因此nordic不提供它的定义和任何softdevice函数。相反,SDK 中包含了许多使用该函数的示例,函数说明可以在 ble.h 头文件中找到。
[1] http://infocenter.nordicsemi.com/index.jsp