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.

绑定时从机handle



我想问下,从机在绑定时,有
static void ProcessPasscodeCB(uint8 *deviceAddr,uint16 connectionHandle,uint8 uiInputs,uint8 uiOutputs )
static void ProcessPairStateCB( uint16 connHandle, uint8 state, uint8 status )
我想问里面的handle是如何获得?怎么传进去的?

我看从机notification(0,,)发送,第一个是handle直接填0了,这里是不是也直接填0就可以了?(从机只会连一个设备?)