BT_SYS_PtaEventBtPriorityCb_T
C
typedef void (*BT_SYS_PtaEventBtPriorityCb_T)(bool btPriority);
Description
PTA callback type. This callback function sends PTA bt_priority event to the application.
Parameters
| Parameter | Description | 
|---|---|
| [in] btPriority | Indicate BT priority is high or low. True is high priority and false is low priority. | 
