Skip to main content
gocchan
Associate III
July 15, 2026
Solved

How to control using DTM commands (not HCI / ACI)

  • July 15, 2026
  • 1 reply
  • 40 views

I want to use the 2-wire Direct Test Mode defined in Bluetooth Core Spec Vol. 6 Part F for RF testing of my STM32WBA custom board.

I've already tried BLE_TransparentMode. While HCI / ACI commands work, DTM commands don't respond.

Is it impossible to control with 2-wire DTM commands in BLE_TransparentMode?

Please let me know if there's any way to do this.

Best answer by gocchan

Since there are no sample projects that support DTM commands, I understand that I should either use HCI commands or create my own component to convert between HCI and DTM.

1 reply

gocchan
gocchanAuthorBest answer
Associate III
August 6, 2026

Since there are no sample projects that support DTM commands, I understand that I should either use HCI commands or create my own component to convert between HCI and DTM.