Lines Matching +full:tx +full:- +full:dummy
1 .. zephyr:code-sample:: bluetooth_hci_pwr_ctrl
3 :relevant-api: bt_hrs bluetooth
5 Dynamically control the Tx power of a Bluetooth LE Controller using HCI vendor-specific commands.
10 This sample application demonstrates the dynamic Tx power control over the LL
12 peripheral advertising with varying Tx power. The initial advertiser TX power
13 for the first 5s of the application is the Kconfig set default TX power. Then,
14 the TX power variation of the advertiser is a repeatedly descending staircase
15 pattern ranging from -4 dBm to -30 dBm where the Tx power levels decrease every
19 the Tx power of the peripheral device is modulated per connection accordingly
22 HR service notifying connected centrals about a dummy HR each 2s.
38 See :zephyr:code-sample-category:`bluetooth` samples for details.