A continuation from here: https://devzone.nordicsemi.com/f/nordic-q-a/64842/mesh-pa-lna-problems
If I want to only enable the PA/LNA chip for the mesh stack, but not for the softdevice I need it to toggle the 'bypass' pin on the PA/LNA chip. I.e. set a gpio low during mesh communications and high during regular BLE communication? How would I do this?
Also, can I do the sd_ble_gap_tx_power_set(BLE_GAP_TX_POWER_ROLE_ADV, m_adv_handle, ...) at the end of the mesh_adv_data_set() function in mesh_adv.c since that is where the handle is set?
Thanks.