Skip to content

Commit 7474513

Browse files
Merge pull request #228 from paul-szczepanek-arm/master
update readme to match application flow
2 parents c293192 + 642504e commit 7474513

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

BLE_SM/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
Demonstration of possible usage of the Security Manager. Security Manager deals with pairing, authentication and encryption.
44

5-
The application demonstrates usage as a central and a peripheral. The central will connect to any connectable device present. Please have one ready and advertising. Application will attempt pairing. Please authorise your peer device to pair.
5+
The application demonstrates usage as a central and a peripheral.
66

7-
Upon success it will disconnect and start advertising to demonstrate usage as a peripheral. Please scan and connect using your peer device. Upon connection grant pairing if prompted. Upon success the application will disconnect. Observe the terminal to keep track of the sequence.
7+
It will start advertising to demonstrate usage as a peripheral first. Please scan and connect using your peer device. Upon connection grant pairing if prompted. Upon success the application will disconnect.
8+
9+
The application will switch to demonstrating the central role and will connect to the device that previously connected to it. Please have it ready and advertising. Observe the terminal to keep track of the sequence.
810

911
# Running the application
1012

0 commit comments

Comments
 (0)