Searched refs:kLegacyBit (Results 1 – 3 of 3) sorted by relevance
45 bool is_legacy = event_type & (1 << kLegacyBit); in ProcessAdvertisingReport()172 if ((extended_event_type & (1 << kLegacyBit)) && in AppendFragment()
83 static constexpr uint8_t kLegacyBit = 4; variable
58 constexpr uint8_t kLegacyBit = 4; variable427 … (report.legacy_ << kLegacyBit) | ((uint16_t)report.data_status_ << kDataStatusBits); in handle_extended_advertising_report()