请问android
手机如何使用onCharacteris
ticChanged方法响应到CC2540上特征值的改变呢?
我在CC2540上周期性调用
SimpleProfile_SetParameter( SIMPLEPROFILE_CHAR6, SIMPLEPROFILE_CHAR6_LEN, &Char_CallonDefined );
改变自己增加的特征值6的值,但是在手机端打开了notification,
mBluetoothLeService.setCharacteristicNotification(
characteristic, true);
也不能通过onCharacteristicChanged方法响应CC2540上特征值的改变。