BT_SYS_PtaGetWlanStatusCb_T
C
typedef bool (*BT_SYS_PtaGetWlanStatusCb_T)(void);
Description
Callback type for retrieving WLAN active status in PTA.
Return values
| Parameter | Description |
|---|---|
| true | Indicates that WLAN is currently active. |
| false | Indicates that WLAN is currently inactive. |
