Skip to content

Commit

Permalink
Bluetooth: Controller: add hci_le_transmitter_test_v4
Browse files Browse the repository at this point in the history
When selecting ICS to qualify Le Power Control the
LE Transmitter Test command [v4] is mandatory.

Signed-off-by: Kyra Lengfeld <kyra.lengfeld@nordicsemi.no>
  • Loading branch information
KyraLengfeld authored and nordicjm committed Aug 22, 2023
1 parent 1f56ae1 commit b951e84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions subsys/bluetooth/controller/hci_internal.c
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,10 @@ void hci_internal_supported_commands(sdc_hci_ip_supported_commands_t *cmds)
cmds->hci_le_enhanced_read_transmit_power_level = 1;
cmds->hci_le_read_remote_transmit_power_level = 1;
cmds->hci_le_set_transmit_power_reporting_enable = 1;
/* NOTE: The DTM commands are *not* supported by the SoftDevice
* controller. See doc/nrf/known_issues.rst.
*/
cmds->hci_le_transmitter_test_v4 = 1;
#endif

#if defined(CONFIG_BT_CTLR_LE_POWER_CONTROL) || defined(CONFIG_BT_CTLR_ADV_EXT)
Expand Down

0 comments on commit b951e84

Please sign in to comment.