f72d5577f9
This commit provides a sample dummy application demonstrating the usage of the added dynamic Tx power control over the HCI commands and HCI interfaces. Signed-off-by: Andrei Stoica <stoica.razvan.andrei@gmail.com>
12 lines
322 B
Plaintext
12 lines
322 B
Plaintext
CONFIG_BT=y
|
|
CONFIG_BT_DEBUG_LOG=y
|
|
CONFIG_BT_PERIPHERAL=y
|
|
CONFIG_MAIN_STACK_SIZE=512
|
|
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=768
|
|
CONFIG_BT_GATT_HRS=y
|
|
CONFIG_BT_DEVICE_APPEARANCE=833
|
|
CONFIG_BT_DEVICE_NAME="Dynamic test beacon"
|
|
CONFIG_BT_CTLR_ADVANCED_FEATURES=y
|
|
CONFIG_BT_CTLR_CONN_RSSI=y
|
|
CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL=y
|