Skip to content

Commit b04c762

Browse files
committed
Fixed readme for Wakeonle application
1 parent 88f7940 commit b04c762

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Release notes.pdf

-174 KB
Binary file not shown.

code-examples/linux-example-btstack-wakeonle/README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
This code example demonstrates the Bluetooth® Low Energy WakeOnLE functionality with the AIROC™ Wi-Fi & Bluetooth® combo chip using Embedded Linux platforms (Arm® Cortex®-A Class processors).
44

5-
The application demonstrates a LE vendor-specific device. After initialization of AIROC™ BTSTACK, set a specific UUID or UUID + Manufacture Data to the controller to wake up the controller and host when the controller receives the specific advertisement with a UUID or UUID + Manufacture Data. Use GPIO DEV-WAKE for the host to control the controller to enter sleep mode and wake up, another GPIO HOST-WAKE for the controller to notify the host.
5+
The application demonstrates a LE vendor-specific device. After initialization of AIROC™ BTSTACK,
6+
1. Set a specific UUID or UUID + Manufacture Data to the controller to wake up the controller and host when the controller receives the specific advertisement with a UUID or UUID + Manufacture Data. OR
7+
2. Add peer BLE device address to the whitelist and wake up the host when a LE connection request is received from the provided matching BLE address.
8+
9+
Use GPIO DEV-WAKE for the host to control the controller to enter sleep mode and wake up, another GPIO HOST-WAKE for the controller to notify the host.
610
In this code example only demonstrates how the working flow between Linux host side and BT controller side, but not actually enter sleep mode in Linux host side.
711

812
[View this README on GitHub.](https://github.com/Infineon/linux-example-btstack-wakeonle)

0 commit comments

Comments
 (0)