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
  • Hi Zero

    I'm not familiar at all with Chrome's Bluetooth internals tool, so I'm not 100% sure what toggles these read and write encrypted boxes, but I'd assume it's something like the encrypted mode for characteristic read/write permissions that must be toggled. Please check out this ticket for how to set up characteristics in secure mode. I think you also need to add secure bonding like what is done in the ble_app_gls example for instance to make sure you have an encrypted connection and the devices are bonded.

    Best regards,

    Simon

Reply
  • Hi Zero

    I'm not familiar at all with Chrome's Bluetooth internals tool, so I'm not 100% sure what toggles these read and write encrypted boxes, but I'd assume it's something like the encrypted mode for characteristic read/write permissions that must be toggled. Please check out this ticket for how to set up characteristics in secure mode. I think you also need to add secure bonding like what is done in the ble_app_gls example for instance to make sure you have an encrypted connection and the devices are bonded.

    Best regards,

    Simon

Children
Related