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.

关于CC2540 10ms 20bytes 例程

Other Parts Discussed in Thread: CC2540

请问我使用了CC2540 10ms 20bytes例程中提供的simpleBLEPeripheral.c,最终程序的输出是

// Send the Notification
if (GATT_Notification( 0, &nData, FALSE )==SUCCESS)
{
counter++;
}

但是我不知道怎么通过手机app来读这个Notification,TI提供的手机APP我也没有找到这方面的东西,请指教。

而且有点不明白的是Notification和Characteristic都是蓝牙传输中的一部分么?区别是?