Searched refs:rfcomm_event (Results 1 – 1 of 1) sorted by relevance
631 uint8_t rfcomm_event = packet[RFCOMM_EVENT_OFFSET] & 0b11101111; in ShouldFilterLog() local632 if (rfcomm_event == RFCOMM_SABME || rfcomm_event == RFCOMM_UA) { in ShouldFilterLog()