Enumerations

enum  PROTOCOL_MODE {
  BLE_ADV,
  BLE_SCAN,
  LCP_TX,
  LCP_RX
}
 Protocol Mode. More...
 

Detailed Description

Enumeration Type Documentation

◆ PROTOCOL_MODE

Protocol Mode.

Enumerator
BLE_ADV 

BLE ADV mode.

BLE_SCAN 

BLE SCAN mode.

LCP_TX 

LCP TX mode.

LCP_RX 

LCP RX mode.

Definition at line 63 of file ble_lcp.h.