This is a GAP example for the new features introduced in Bluetooth Core Spec v5.0.

README.md

Committer:
krenbluetoothsig
Date:
2018-12-28
Revision:
18:017918f93afe
Parent:
1:d4bb1e33950e

File content as of revision 18:017918f93afe:

# GAP - Advertising, Scanning, Connecting

Demo of the GAP profile. It shows advertising, scanning and connecting. The demo will cycle through several modes
and print over the serial connection information about current activity.

# Running the application

## Requirements

The sample application can be seen on any BLE scanner on a smartphone. If you don't have a scanner on your phone, please install :

- [nRF Master Control Panel](https://play.google.com/store/apps/details?id=no.nordicsemi.android.mcp) for Android.

- [LightBlue](https://itunes.apple.com/gb/app/lightblue-bluetooth-low-energy/id557428110?mt=8) for iPhone.

Information about activity is printed over the serial connection - please have a client open. You may use:

- [Tera Term](https://ttssh2.osdn.jp/index.html.en)

Hardware requirements are in the [main readme](https://github.com/ARMmbed/mbed-os-example-ble/blob/master/README.md).

## Building instructions

Building instructions for all samples are in the [main readme](https://github.com/ARMmbed/mbed-os-example-ble/blob/master/README.md).