Hello,
I am developing one gateway in which I have used BLE. This gateway is playing central role. I am using module CC2650MODA with Host test firmware.
I am observing that disconnection with the peripheral device is not proper. I am using GAP_TerminateLinkReq (0xFE0A) command with 0x13 as reason. 0x13 description is - Remote User Terminated Connection.
Irrespective of sending this command it is observed that peripheral device is not getting disconnected in correct way. It takes longer duration to disconnect or peripheral gets timed out.
Do I need to do any other thing to while disconnecting? is reason 0x13 is correct to disconnect from central device?
Vishal N