Tool/software:
Hi,
How can I not bind directly after pairing is completed, but wait for the CC2340 button to be pressed before binding?
Where is the best place to add a program? Or how to modify the setting method?
When the phone is paired, after pressing the phone twice to pair, it will be executed directly to the final binding completion state, even if I am in void Pairing_pairStateHandler(uint32 event, BLEAppUtil_msgHdr_t *pMsgData)
BLEAPPUTIL_PAIRING_STATE_STARTED: New while(1) loop added and binding cannot be stopped.
The relevant settings are as follows:
Thanks.