Other Parts Discussed in Thread: CC2650
hello all,
can any one help me to know about how pairing and bonding is working with stack 2.0 stack. currently i am facing one issue like if i am doing ble pairinf with hardcoded pin .means i am setting the macro as like (mitm = true,i/o capability =0, key size =6 and bonding = true).if u want to do pairing and bonding operation with cc2650 device and mobile with hardcoded key (parse key is 123456)it is happening correctly and i am able to read and right any characteristics as per my application. if i am wrong parse key (i.e 123123) pairing and bonding is getting fail ,yes that is correct,because incorrect key ,but i am able to read and write the a value help of a characteristics even if boning fail. how it is possible . can u help me to solve this problem .