hello, I am having some doubts regarding the connection handle. Will it be the same for both devices participating in a connection? I was trying to connect two devices, one as a peripheral and other as a central using S130 soft device. But in the central side it is showing the connection handle as zero!! And in the peripheral side as 3. I think connection handle zero is an invalid handle. But I could successfully do service discovery and characteristics writ using this handle. i am wondering how it happened!! But when I tried to disconnect using sd_ble_gap_disconnect(), it is showing error showing "Invalid param". What is happening here?? I could not figure out where I did mistake?? Can anybody please help me to solve this..
Thanks in advance