Skip to content

Commit 7601499

Browse files
samples: bluetooth: silabs: Bluetooth Blinky
Line endings changed from DOS to Linux. Signed-off-by: Viktor Fisch <viktor.fisch@silabs.com>
1 parent 08f8d2a commit 7601499

2 files changed

Lines changed: 43 additions & 43 deletions

File tree

samples/bt_blinky/README.rst

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
.. zephyr:code-sample:: bt_blinky
2-
:name: Blueooth blinky (Peripheral)
3-
:relevant-api: bluetooth
4-
5-
Overview
6-
********
7-
8-
Similar to the SOC Blinky sample, implements a simple custom GATT service with two characteristics.
9-
One characteristic controls the state of the LED (ON/OFF) via write operations from a GATT client,
10-
and the second characteristic sends notifications to subscribed clients when the button state changes
11-
(pressed or released).
12-
13-
Requirements
14-
************
15-
16-
* BlueZ running on the host, or
17-
* A board with Bluetooth LE support
18-
19-
Building and Running
20-
********************
21-
22-
Building a minimal variant
23-
--------------------------
24-
25-
.. zephyr-app-commands::
26-
:zephyr-app: samples/bt_blinky
27-
:board: qemu_cortex_m3
28-
:goals: build
1+
.. zephyr:code-sample:: bt_blinky
2+
:name: Blueooth blinky (Peripheral)
3+
:relevant-api: bluetooth
4+
5+
Overview
6+
********
7+
8+
Similar to the SOC Blinky sample, implements a simple custom GATT service with two characteristics.
9+
One characteristic controls the state of the LED (ON/OFF) via write operations from a GATT client,
10+
and the second characteristic sends notifications to subscribed clients when the button state changes
11+
(pressed or released).
12+
13+
Requirements
14+
************
15+
16+
* BlueZ running on the host, or
17+
* A board with Bluetooth LE support
18+
19+
Building and Running
20+
********************
21+
22+
Building a minimal variant
23+
--------------------------
24+
25+
.. zephyr-app-commands::
26+
:zephyr-app: samples/bt_blinky
27+
:board: qemu_cortex_m3
28+
:goals: build

samples/bt_blinky/sample.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
sample:
2-
name: Bluetooth Blinky
3-
description: Similar to the Silabs' SOC Blinky sample, implements a simple custom
4-
GATT service controlling the state of the LED (ON/OFF)
5-
and sending notifications to subscribed clients when the button state changes.
6-
tests:
7-
sample.bt_blinky:
8-
harness: bluetooth
9-
integration_platforms:
10-
- xg24_dk2601b
11-
tags:
12-
- bluetooth
13-
- led
14-
- gpio
15-
build_only: true
1+
sample:
2+
name: Bluetooth Blinky
3+
description: Similar to the Silabs' SOC Blinky sample, implements a simple custom
4+
GATT service controlling the state of the LED (ON/OFF)
5+
and sending notifications to subscribed clients when the button state changes.
6+
tests:
7+
sample.bt_blinky:
8+
harness: bluetooth
9+
integration_platforms:
10+
- xg24_dk2601b
11+
tags:
12+
- bluetooth
13+
- led
14+
- gpio
15+
build_only: true

0 commit comments

Comments
 (0)