Home
last modified time | relevance | path

Searched refs:FLAG_MB (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/nfc/interfaces/inner_api/common/
H A Dndef_message.h109 FLAG_MB = 0x80, enumerator
H A Dndef_message.cpp193 unsigned char flag = (unsigned char)((bIsMB ? FLAG_MB : 0) | (bIsME ? FLAG_ME : 0) in NdefRecordToString()
213 layout.mb = (head & FLAG_MB) != 0; in ParseRecordLayoutHead()

Completed in 2 milliseconds