請問一下,bStatus_t GATT_Notification( uint16_t connHandle, attHandleValueNoti_t *pNoti, uint8_t authenticated );函數(shù)的返回值是0x16,可能導致的原因是什么,以及如何避免?
熱門產(chǎn)品 :
CH641: PD及無線充電專用MCU
請問一下,bStatus_t GATT_Notification( uint16_t connHandle, attHandleValueNoti_t *pNoti, uint8_t authenticated );函數(shù)的返回值是0x16,可能導致的原因是什么,以及如何避免?
0x16的返回值是等待,一般是發(fā)送的頻率過高導致,可以根據(jù)當前的連接間隔去調(diào)整發(fā)送間隔,