This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to disable the bond and pair?

Hi: Recently, I use the SDK --- "nRF51_SDK_8.1.0", the project is \Nordic\nRF51_SDK_8.1.0_b6ed55f\examples\ble_central, I modified the project to notify the data periodically,and it work well. but when I use sniffer to observe the communication process. I see the data of the notification is "Decrypted", So I want to disable the bond and pair, but don't know how to do it?? I set the define SEC_PARAM_BOND to "0", but it still decrypted, please tell me how to do it, thanks a lot. By the way, in this project, I do not know how this project to do the bond and pair, and I do not find the passkey, and do not know the process of bond and pair. Is the central or the peripheral erupt the bond and pair??

thanks a lot

Parents
  • hi petter: Thanks a lot! The example is ...\nRF51_SDK_8.1.0_b6ed55f\examples\ble_central\ble_app_multilink_central and ...\nRF51_SDK_8.1.0_b6ed55f\examples\ble_central\ble_app_multilink_peripheral. I still have some question: 1. In this example, where can I find the passkey?? I can't find the encryption key. 2. How can I disable the link to be encrypted?? I do not need the link to be encrypted. 3. I do not know how this project to do the bond and pair, and I do not find the passkey, and do not know the process of bond and pair. Is the central or the peripheral erupt the bond and pair??

    best regards! Thanks a lot!
    
Reply
  • hi petter: Thanks a lot! The example is ...\nRF51_SDK_8.1.0_b6ed55f\examples\ble_central\ble_app_multilink_central and ...\nRF51_SDK_8.1.0_b6ed55f\examples\ble_central\ble_app_multilink_peripheral. I still have some question: 1. In this example, where can I find the passkey?? I can't find the encryption key. 2. How can I disable the link to be encrypted?? I do not need the link to be encrypted. 3. I do not know how this project to do the bond and pair, and I do not find the passkey, and do not know the process of bond and pair. Is the central or the peripheral erupt the bond and pair??

    best regards! Thanks a lot!
    
Children
No Data
Related