BLE log types

C

#define BLE_LOG_TYPE_HCI_COMMAND            0x01
#define BLE_LOG_TYPE_HCI_ACL_TX             0x02
#define BLE_LOG_TYPE_HCI_ACL_RX             0x03
#define BLE_LOG_TYPE_HCI_EVENT              0x04

Description

Defines various BLE log types used for debugging and tracing BLE communication.

Macro Definition

MacroDescription
BLE_LOG_TYPE_HCI_COMMANDHCI Command log type.
BLE_LOG_TYPE_HCI_ACL_TXHCI ACL Data TX (transmit) packet log type.
BLE_LOG_TYPE_HCI_ACL_RXHCI ACL Data RX (receive) packet log type.
BLE_LOG_TYPE_HCI_EVENTHCI Event packet log type.