How does google "chrome://bluetooth-internals" bluetooth tool show Read Encrypted and Write Encrypted

Dear support team,
We need to show support for Read Encrypted and Write Encrypted on the "chrome://bluetooth-internals" Bluetooth tool, as shown below:

I modified it based on the \examples\ble_peripheral\ble_app_gls example, but it was not successful. How to modify it?

BR,

Zero

Parents
  • Okay, that makes things harder I guess. Can you please confirm that you did indeed bond the device to the computer before checking the characteristics? The Bluetooth LE spec requires devices to be bonded before they can successfully support encrypted transmissions to read/write characteristics. 

    Do you see any error messages when trying to debug this on the nRF side? I would assume you get a "GATT_INSUFFICIENT_ENCRYPTION" error for example when trying to read encrypted characteristics if the device isn't bonded or encryption isn't set correctly.

    Best regards,

    Simon

Reply
  • Okay, that makes things harder I guess. Can you please confirm that you did indeed bond the device to the computer before checking the characteristics? The Bluetooth LE spec requires devices to be bonded before they can successfully support encrypted transmissions to read/write characteristics. 

    Do you see any error messages when trying to debug this on the nRF side? I would assume you get a "GATT_INSUFFICIENT_ENCRYPTION" error for example when trying to read encrypted characteristics if the device isn't bonded or encryption isn't set correctly.

    Best regards,

    Simon

Children
Related