Part Number: CC2650DK
Other Parts Discussed in Thread: CC2650
hi everyone,
I'm working on multirole project on stack ble_sdk_2_02_01_18 and tirtos_cc13xx_cc26xx_2_20_01_08 to communicate between 3 cc2650 custom made sensortag devices. Each device communicate with other through GATT layer. After sometime the device remains connected even though i"m using command to terminate the connection.
Command==GAPRole_TerminateConnection(connHandle);
The device remains connected and the communication between the device doesn't happen unless the battery of any deice is removed and re-inserted back.
Waiting for any guidance on how to solve the issue