BT_SYS_HpaCtxCb_T
Only valid for PIC32CX-BZ2
C
typedef void(*BT_SYS_HpaCtxCb_T)(bool active);
Description
Callback type for Bluetooth system High Power Amplifier (HPA) Context events.
Parameters
Parameter | Description |
---|---|
[in] active | Flag indicating if the HPA context is active (true) or not (false). |