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 Trace format for possible values.
[in] traceMaskA bitmask that specifies which trace messages to enable. See Trace mask for details. BT system trace mask.
[in] traceCbThe callback function that will be invoked for trace events. See @ref BT_SYS_TraceEventCb_T. See BT_SYS_TraceEventCb_T.