BT_SYS_PtaGetWlanStatusCb_T
C
typedef bool (*BT_SYS_PtaGetWlanStatusCb_T)(void);
Description
PTA callback type. This callback function get PTA wlan_active status from the application.
Parameters
| Parameter | Description | 
|---|---|
| [out] wlanActiveStatus | Indicate WLAN active status. True means WLAN uses RF and false means BLE can use RF. | 
