BT_SYS_LogEnable

C

void BT_SYS_LogEnable(BT_SYS_LogEventCb_T logCb);

Description

Enables logging for Bluetooth system events.

Parameters

  • @param logCb A function pointer to the callback that will handle the Bluetooth system log events. The callback should conform to the BT_SYS_LogEventCb_T type definition.