HI,
I am using the periodic_adv_rsp example from version 3.0.0. I would like to ask how to switch channels and transmission power in the example code?
Thanks.
HI,
I am using the periodic_adv_rsp example from version 3.0.0. I would like to ask how to switch channels and transmission power in the example code?
Thanks.
Hi crm,
What kind of channel switching are you thinking about and for what purpose do you need this? Channel hopping is done automatically by the stack.
To set TX Power, you can set it statically with CONFIG_BT_CTLR_TX_PWR_ANTENNA, or dynamically as shown in the HCI Power Control sample.
Hieu
Hi crm,
What kind of channel switching are you thinking about and for what purpose do you need this? Channel hopping is done automatically by the stack.
To set TX Power, you can set it statically with CONFIG_BT_CTLR_TX_PWR_ANTENNA, or dynamically as shown in the HCI Power Control sample.
Hieu