完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
remote_control这个demo已经跑起来了,手机端用的是ipad mini。谢谢小钢炮和诸位试用的朋友们,运行前参考了大家的帖子,上手很顺利。
程序和HCI相关的主要是数据包的处理,和dispatch相关的是任务的调度切换。 和蓝牙协议相关的看得不大明白,熟悉蓝牙的朋友可以简单介绍下,谢谢! 比如HCI_Event_CB中的case EVT_VENDOR这个case分支,像下面的这部分代码是什么意思,大致看spec的那一部分。 #define EVT_BLUE_GATT_ATTRIBUTE_MODIFIED (0x0C01) typedef __packed struct _evt_gatt_attr_modified{ uint16_t conn_handle; /**< The connection handle which modified the attribute. */ uint16_t attr_handle; /**< Handle of the attribute that was modified. */ uint8_t data_length; /**< The length of the data */ #if BLUENRG_MS ///@cond BLUENRG_MS uint16_t offset; /**< Offset from which the write has been performed by the peer device */ ///@endcond #endif uint8_t att_data[VARIABLE_SIZE]; /**< The new value (length is data_length) */ } PACKED evt_gatt_attr_modified; |
|
相关推荐 |
|
只有小组成员才能发言,加入小组>>
10836 浏览 18 评论
8040 浏览 10 评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-22 14:39 , Processed in 0.551666 second(s), Total 75, Slave 57 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号