Home
last modified time | relevance | path

Searched refs:HCI_PREAMBLE (Results 1 – 2 of 2) sorted by relevance

/device/linaro/hikey/bluetooth/
Dhci_packetizer.h41 enum State { HCI_PREAMBLE, HCI_PAYLOAD }; enumerator
42 State state_{HCI_PREAMBLE};
Dhci_packetizer.cc52 case HCI_PREAMBLE: { in OnDataReady()
80 state_ = HCI_PREAMBLE; in OnDataReady()