Dynamically setting transmit power of ISO channels

Hello,

Is there a method of setting the transmit power of ISO channels using BT_HCI_OP_VS_WRITE_TX_POWER_LEVEL?

I used the connection handle of the struct bt_conn object from struct bt_bap_stream but the SoftDevice returns BT_HCI_ERR_UNKNOWN_CONN_ID.

Do you have an example of setting the transmit power dynamically of a ISO channel?

Thanks,

Andrew

Parents Reply Children
  • Hi, 

    The new PR to support BIS is merged into the main version and will be released in v2.8.0. 

    It contains an addition to sdc_hci_cmd_vs_zephyr_write_tx_power which allows setting broadcaster TX power using the BIG handle, so this allows to change the TX power after the BIS was created.

    When a BIS broadcaster is set up, it initially uses the same TX power as the associated periodic advertiser.

    -Amanda H.

Related