Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cec7a83

Browse files
restyled-commitsmarius-alex-tache
authored andcommittedSep 18, 2024·
Restyled by prettier-markdown
1 parent 41649a1 commit cec7a83

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed
 

‎examples/lock-app/nxp/k32w1/README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,12 @@ Please see
167167
168168
## Multiple BLE connections
169169
170-
To compile with the Multiple BLE connections support demo example add the gn argument
171-
`nxp_multiple_ble_connections=true`.
170+
To compile with the Multiple BLE connections support demo example add the gn
171+
argument `nxp_multiple_ble_connections=true`.
172172
173-
The application will accept multiple BLE connections after commissioning, by pressing the BLE advertise button again. Once discovered by a BLE central, a custom GATT service will be visible on the device.
173+
The application will accept multiple BLE connections after commissioning, by
174+
pressing the BLE advertise button again. Once discovered by a BLE central, a
175+
custom GATT service will be visible on the device.
174176
175-
The user can change the default behavior by implementing the class defined in [BLEApplicationManager.h](../../../platform/nxp/common/app_ble/include/BLEApplicationManager.h)
177+
The user can change the default behavior by implementing the class defined in
178+
[BLEApplicationManager.h](../../../platform/nxp/common/app_ble/include/BLEApplicationManager.h)

‎examples/lock-app/nxp/mcxw71/README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,12 @@ Please see
199199
200200
## Multiple BLE connections
201201
202-
To compile with the Multiple BLE connections support demo example add the gn argument
203-
`nxp_multiple_ble_connections=true`.
202+
To compile with the Multiple BLE connections support demo example add the gn
203+
argument `nxp_multiple_ble_connections=true`.
204204
205-
The application will accept multiple BLE connections after commissioning, by pressing the BLE advertise button again. Once discovered by a BLE central, a custom GATT service will be visible on the device.
205+
The application will accept multiple BLE connections after commissioning, by
206+
pressing the BLE advertise button again. Once discovered by a BLE central, a
207+
custom GATT service will be visible on the device.
206208
207-
The user can change the default behavior by implementing the class defined in [BLEApplicationManager.h](../../../platform/nxp/common/app_ble/include/BLEApplicationManager.h)
209+
The user can change the default behavior by implementing the class defined in
210+
[BLEApplicationManager.h](../../../platform/nxp/common/app_ble/include/BLEApplicationManager.h)

0 commit comments

Comments
 (0)
Please sign in to comment.