I think variations on this question have been posted before but they all seem to be very old. I'd like to use the Bluetooth 5.2 LE Power Control features that involve exchanges of LL packets such as LL_POWER_CONTROL_REQ, LL_POWER_CONTROL_RSP and LL_POWER_CHANGE_IND.
I looked at this sample: https://docs.nordicsemi.com/bundle/ncs-3.0.0/page/zephyr/samples/bluetooth/hci_pwr_ctrl/README.html
But my impression is it doesn't generate these particular PDUs and is only concerned with power control and levels as they apply to local connections. It seems to involve vendor specific (VS) extensions as well, which surprises me given there's standard support for this area.
The LL procedures I'm interested in are the Power Control Request procedure and the Power Change Indication procedure. There are associated HCI commands such as LE Read Remote Transmit Power Level.
With the following KConfig parameters, I can see that the relevant LL feature bits are set:
CONFIG_BT_TRANSMIT_POWER_CONTROL=y
