Skip to content

Commit e71708d

Browse files
ryanjhrlubos
authored andcommitted
samples: DTM: Add LE Uncoded PHYs into the conditions of VS commands
The VS commands are only supported on LE Uncoded PHYs. For LE Coded PHY, when PKT field is set to 0b11, it starts a transmitter test with packet payload 0xFF. Signed-off-by: Ryan Chu <ryan.chu@nordicsemi.no>
1 parent a274942 commit e71708d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

samples/bluetooth/direct_test_mode/README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,12 +270,13 @@ You can configure the antenna output and activation delay for the Skyworks front
270270
Vendor-specific packet payload
271271
==============================
272272

273-
The Bluetooth Low Energy 2-wire UART DTM interface standard reserves the Packet Type, also called payload parameter, with binary value ``11`` for a Vendor Specific packet payload.
273+
For the LE Uncoded PHYs, the Bluetooth Low Energy 2-wire UART DTM interface standard reserves the Packet Type, also called payload parameter, with binary value ``11`` for a Vendor Specific packet payload.
274274

275-
The DTM command is interpreted as vendor-specific when both of the following conditions are met:
275+
The DTM command is interpreted as vendor-specific when the following conditions are met:
276276

277277
* Its CMD field is set to Transmitter Test, binary ``10``.
278278
* Its PKT field is set to vendor-specific, binary ``11``.
279+
* The PHY is set to the LE Uncoded PHYs.
279280

280281
Vendor-specific commands can be divided into different categories as follows:
281282

0 commit comments

Comments
 (0)