硬件环境:26x2官方开发板
SDK:
工程:simple_peripheral_CC26X2R1_LAUNCHXL_tirtos7_ticlang
问题描述:
两台手机连接BLE,连接产生的句柄分别是0和1 ((pPkt->connectionHandle))
在SimpleProfile_SetParameter函数中强行将发送对应句柄设置为1,目的是只有第二个手机能够收到。
结果是两台手机都收到该通知。麻烦问下如何给制定设备发送消息。
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
硬件环境:26x2官方开发板
SDK:
工程:simple_peripheral_CC26X2R1_LAUNCHXL_tirtos7_ticlang
问题描述:
两台手机连接BLE,连接产生的句柄分别是0和1 ((pPkt->connectionHandle))
在SimpleProfile_SetParameter函数中强行将发送对应句柄设置为1,目的是只有第二个手机能够收到。
结果是两台手机都收到该通知。麻烦问下如何给制定设备发送消息。