项目用的SimplePeripheral工程,对接的设备是Sensor Tag
第一次使用GATT_ReadUsingCharUUID读值可以读到,如果在响应事件中再调用GATT_ReadUsingCharUUID去读值就会失败
请问是那里不对么? 我是等到了状态complete之后才读的,而且定时器delay1秒后读也一样,第二个值怎么都读不到
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.
项目用的SimplePeripheral工程,对接的设备是Sensor Tag
第一次使用GATT_ReadUsingCharUUID读值可以读到,如果在响应事件中再调用GATT_ReadUsingCharUUID去读值就会失败
请问是那里不对么? 我是等到了状态complete之后才读的,而且定时器delay1秒后读也一样,第二个值怎么都读不到