1.2.2.1.6.3.5 BT_SYS_PtaEventBtActiveCb_T
C
typedef void (*BT_SYS_PtaEventBtActiveCb_T)(bool btActive);
Description
PTA callback type. This callback function sends PTA bt_active event to the application.
Parameters
Parameter | Description |
---|---|
[in] btActive | Indicate BT requests RF or not. True means BT requests RF and false means BT doesn't request RF. |