Example usage of the privacy features in the GAP.

Privacy - example usage of the privacy feature

Demonstration of privacy features in Gap. It shows how to use private addresses when advertising and connecting and how filtering ties in with these operations.

The application will start by repeatedly trying to connect to the same application running on another board. It will do this by advertising and scanning for random intervals waiting until the difference in intervals between the boards will make them meet when one is advertising and the other scanning.

Two devices will be operating using random resolvable addresses. The application will connect to the peer and pair. It will attempt bonding and if possible create a whitelist based on the bond.

Subsequent connections will turn on filtering if the whitelist has been successfully created.

Running the application

Requirements

Application requires two devices. Each one should be loaded with the same example. The application will alternate between scanning and advertising until the two devices find each other and the demonstration proceeds.

Information about activity is printed over the serial connection - please have two clients open, each connected to a device. You may use:

- Tera Term

Hardware requirements are in the main readme.

Building instructions

Building instructions for all samples are in the main readme.

Note: example currently doesn't use ST provided stack and instead uses a Cordio port for the ST.

Committer:
mbed_official
Date:
Mon Feb 25 17:44:26 2019 +0000
Revision:
0:2a36ad25fd97
Merge pull request #217 from adbridge/master

Updating mbed-os to mbed-os-5.11.4
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-ble

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 0:2a36ad25fd97 1 # Privacy - example usage of the privacy feature
mbed_official 0:2a36ad25fd97 2
mbed_official 0:2a36ad25fd97 3 Demonstration of privacy features in Gap. It shows how to use private addresses when advertising and connecting and how filtering ties in with these operations.
mbed_official 0:2a36ad25fd97 4
mbed_official 0:2a36ad25fd97 5 The application will start by repeatedly trying to connect to the same application running on another board. It will do this by advertising and scanning for random intervals waiting until the difference in intervals between the boards will make them meet when one is advertising and the other scanning.
mbed_official 0:2a36ad25fd97 6
mbed_official 0:2a36ad25fd97 7 Two devices will be operating using random resolvable addresses. The application will connect to the peer and pair. It will attempt bonding and if possible create a whitelist based on the bond.
mbed_official 0:2a36ad25fd97 8
mbed_official 0:2a36ad25fd97 9 Subsequent connections will turn on filtering if the whitelist has been successfully created.
mbed_official 0:2a36ad25fd97 10
mbed_official 0:2a36ad25fd97 11 # Running the application
mbed_official 0:2a36ad25fd97 12
mbed_official 0:2a36ad25fd97 13 ## Requirements
mbed_official 0:2a36ad25fd97 14
mbed_official 0:2a36ad25fd97 15 Application requires two devices. Each one should be loaded with the same example. The application will alternate between scanning and advertising until the two devices find each other and the demonstration proceeds.
mbed_official 0:2a36ad25fd97 16
mbed_official 0:2a36ad25fd97 17 Information about activity is printed over the serial connection - please have two clients open, each connected to a device. You may use:
mbed_official 0:2a36ad25fd97 18
mbed_official 0:2a36ad25fd97 19 - [Tera Term](https://ttssh2.osdn.jp/index.html.en)
mbed_official 0:2a36ad25fd97 20
mbed_official 0:2a36ad25fd97 21 Hardware requirements are in the [main readme](https://github.com/ARMmbed/mbed-os-example-ble/blob/master/README.md).
mbed_official 0:2a36ad25fd97 22
mbed_official 0:2a36ad25fd97 23 ## Building instructions
mbed_official 0:2a36ad25fd97 24
mbed_official 0:2a36ad25fd97 25 Building instructions for all samples are in the [main readme](https://github.com/ARMmbed/mbed-os-example-ble/blob/master/README.md).
mbed_official 0:2a36ad25fd97 26
mbed_official 0:2a36ad25fd97 27 Note: example currently doesn't use ST provided stack and instead uses a Cordio port for the ST.