你好,
检查API CyBygGATSnNoTIFICTION()的返回值。当它返回CyByEyrRoRoxOK时,发送通知。您可以使用UART调试打印或切换任何LED。
伪代码---
“”“”选项“”
当(CyByyReloRook)!= CyBLY-GATSSENTIFITCION()
{
cyble_processevents();
}
UARTUDUBG(“通知发送”);
“”“”选项“”
-吉安
以上来自于百度翻译
以下为原文
Hello,
Check the return value of API CyBle_GattsNotification(). When it returns CYBLE_ERROR_OK, the notification is sent. You can use either UART debug print or toggle any LED.
Pseudo code---
""""""""""""""""""""""""""""""
while(CYBLE_ERROR_OK!=CyBle_GattsNotification())
{
CyBle_ProcessEvents();
}
UART_DEBUG("Notification Sent");
""""""""""""""""""""""""""""""""""
-Gyan
你好,
检查API CyBygGATSnNoTIFICTION()的返回值。当它返回CyByEyrRoRoxOK时,发送通知。您可以使用UART调试打印或切换任何LED。
伪代码---
“”“”选项“”
当(CyByyReloRook)!= CyBLY-GATSSENTIFITCION()
{
cyble_processevents();
}
UARTUDUBG(“通知发送”);
“”“”选项“”
-吉安
以上来自于百度翻译
以下为原文
Hello,
Check the return value of API CyBle_GattsNotification(). When it returns CYBLE_ERROR_OK, the notification is sent. You can use either UART debug print or toggle any LED.
Pseudo code---
""""""""""""""""""""""""""""""
while(CYBLE_ERROR_OK!=CyBle_GattsNotification())
{
CyBle_ProcessEvents();
}
UART_DEBUG("Notification Sent");
""""""""""""""""""""""""""""""""""
-Gyan
举报