Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger.cc636 uint8_t rfcomm_dlci = packet[RFCOMM_CHANNEL_OFFSET] >> 2; in ShouldFilterLog() local
637 if (!filters.IsAcceptlistedDlci(rfcomm_dlci)) { in ShouldFilterLog()