关于接收Gattc消息的问题
SDK:3.0.6.
我使用sample128.c档案,
当中心写样本128查克......,我会收到消息:gattc_write_cmd_ind,然后进入gattc_write_cmd_ind_handler,它很好。
我想知道,如果中心(智能手机,或其他)通过uuid读取特征,我应该收到消息:gattc_read_cmd对吗?
所以我添加了代码:
///连接状态处理程序定义。
const struct ke_msg_handler sample128_connected [] =
{
{gattc_write_cmd_ind,(ke_msg_func_t)gattc_write_cmd_ind_handler},