Lines Matching +full:power +full:- +full:on
1 .. zephyr:code-sample:: bluetooth_hci_pwr_ctrl
2 :name: HCI Power Control
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
20 such that energy is being saved depending on how powerful the RSSI of the
27 * BlueZ running on the host, or
38 See :zephyr:code-sample-category:`bluetooth` samples for details.