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.
在SerialApp中的传输方向是 PC#1 HCI Tester->SmartRF_Peripheral->SmartRf_Central->PC#2 HCI Tester
serial APP是单向的吧,不是双向的吧。如果我要改成双向,那要如果改了。我在central在直接加GATT_Notification,然后从机改 if ( pMsg->method == ATT_HANDLE_VALUE_NOTI),是不可以接收的。我在论坛上看到一个TI的员工的。GATT_Notification只可以perpherial->central,不可以central->perpherial。