Skip to content

Files

Latest commit

7a9741a · Dec 15, 2022

History

History
This branch is 4 commits behind SiliconLabs/pybgapi-examples:master.

bt_empty

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 30, 2022
Dec 15, 2022

Bluetooth - Empty

Original C example: Bluetooth - SoC Empty

This example is almost empty. It implements a basic application to demonstrate how to handle events and how to use the GATT database.

  • A simple application is implemented in the event handler function that starts advertising on boot (and on connection_closed event). As a result, remote devices can find the device and connect to it.

  • A simple GATT database is defined by adding Generic Access and Device Information services. As a result, remote devices can read basic information, such as the device name.