1. I had done the pairing without any authentication but now I want to do it with the authentication with an authentication key.
2. please provide some sample code regarding the pairing authentication and its process.
1. I had done the pairing without any authentication but now I want to do it with the authentication with an authentication key.
2. please provide some sample code regarding the pairing authentication and its process.
Hi Amanda,
thank u so much for ur help till now.
I had done with the pairing procedure
Now I Want to send fixed string data like "please enter your name" over a ble
as well as also want to send some of the user-defined data
example - (over ble)
please enter ur name - and the user will enter the name.
example -
username - (user will enter the user name)
password - (user will enter the password)
Hi,
We don't have the example with the username, and the BLE pairing and bonding only provide the authentication with the key.
Please see Bluetooth Core Specification, Ch.5 SECURITY OVERVIEW:
The Bluetooth security model includes five distinct security features: pairing, bonding, device authentication, encryption, and message integrity.
• Pairing: the process for creating one or more shared secret keys
• Bonding: the act of storing the keys created during pairing for use in subsequent connections in order to form a trusted device pair
• Device authentication: verification that the two devices have the same keys
• Encryption: message confidentiality
• Message integrity: protects against message forgeries
-Amanda
Hi Amanda,
I just wanted to send the string type (normally just like we printed on the console )data as well as data from the user. from master to the slave.
You can take a look at this UART/Serial Port Emulation over BLE.
-Amanda