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
Macro | Description |
---|---|
BLE_LOG_TYPE_HCI_COMMAND | HCI Command log type. |
BLE_LOG_TYPE_HCI_ACL_TX | HCI ACL Data TX (transmit) packet log type. |
BLE_LOG_TYPE_HCI_ACL_RX | HCI ACL Data RX (receive) packet log type. |
BLE_LOG_TYPE_HCI_EVENT | HCI Event packet log type. |