HomeSort by relevance Sort by last modified time
    Searched refs:kHdlcCrcResetValue (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/net/lowpan/lowpan_hdlc_adapter/
hdlc_lite.h 29 static const uint16_t kHdlcCrcResetValue = 0xffff;
lowpan_hdlc_adapter.cpp 83 uint16_t fcs = kHdlcCrcResetValue;
177 mFcs(kHdlcCrcResetValue),
234 mFcs = kHdlcCrcResetValue;
252 mFcs = kHdlcCrcResetValue;

Completed in 234 milliseconds