随笔分类 -  Bluetooth Mesh

芯科NCP,凌思微device
摘要:一. BLE MESH的地址分为4类1.未分配地址unassigned Address2.单播地址 unicast Address3.虚拟地址 virtual Address4.群组地址 group Address 未分配地址(Unassigned Address):0x0000单播地址(Unica 阅读全文
posted @ 2025-07-03 11:33 K_Code 阅读(80) 评论(0) 推荐(0)
摘要:// op cmd 10xxxxxx xxxxxxxx (SIG) // config #define APPKEY_DEL 0x0080 #define APPKEY_GET 0x0180 #define APPKEY_LIST 0x0280 #define APPKEY_STATUS 0x038 阅读全文
posted @ 2025-06-23 17:22 K_Code 阅读(40) 评论(0) 推荐(0)
摘要:// SIG model #define SIG_MD_CFG_SERVER 0x0000 // for test high byte #define SIG_MD_CFG_CLIENT 0x0001 #define SIG_MD_HEALTH_SERVER 0x0002 #define SIG_M 阅读全文
posted @ 2025-06-17 08:36 K_Code 阅读(26) 评论(0) 推荐(0)