Searched refs:kScanResponseBit (Results 1 – 3 of 3) sorted by relevance
44 bool is_scan_response = event_type & (1 << kScanResponseBit); in ProcessAdvertisingReport()173 (extended_event_type & (1 << kScanResponseBit))) { in AppendFragment()
82 static constexpr uint8_t kScanResponseBit = 3; variable
57 constexpr uint8_t kScanResponseBit = 3; variable426 … (report.directed_ << kDirectedBit) | (report.scan_response_ << kScanResponseBit) | in handle_extended_advertising_report()