BT_SYS_TraceEnable

C

void BT_SYS_TraceEnable(BT_SYS_TraceFmt_T fmt, uint32_t traceMask, BT_SYS_TraceEventCb_T traceCb);

Description

Enable Bluetooth system trace message indications.

Parameters

ParameterDescription
[in] fmtThe format of the trace messages. See BT_SYS_TraceFmt_T for possible values.
[in] traceMaskA bitmask that specifies which trace messages to enable. See Trace mask for details.
[in] traceCbThe callback function that will be invoked for trace events. See BT_SYS_TraceEventCb_T.