Hi Devzone,
Currently, we are attempting to use the Generic three-wire coexistence (refer link: https://docs.nordicsemi.com/bundle/ncs-2.9.2/page/nrf/app_dev/device_guides/wifi_coex.html )feature on the nRF54L15 to implement PTA (Packet Traffic Arbitration) control with a Wi-Fi host (BES2610).
I have created an example based on NCS v2.9.2 to test the three-wire control logic.
The example(NCS2.9.2) is as follows:
During testing, I observed that when the program is advertising, there is a pulse of approximately 1.4ms on the req-gpios. When connected, there is a pulse of approximately 519us on the req-gpios.

BLE advertising req-gpio pulse is around 1.4ms

BLE connected req-gpio pulse is around 519us
Questions:
I would like to confirm the following two points:
Is the pulse on req-gpios exactly the duration for which the Bluetooth radio needs to be used? For example, if the pulse on req-gpios is 519us during a Bluetooth connection, can it be understood that the nRF54L15 requires the RF for 519us?
If my understanding of the first question is correct, can the Wi-Fi host perform RF switching according to the following logic: When the Wi-Fi host detects a transition from low to high on req-gpios, it sets grant-gpios to high to switch the RADIO to the nRF54L15. When req-gpios transitions from high to low, the Wi-Fi host sets grant-gpios to low to switch the RF back to Wi-Fi.
BR