Searched refs:diagnostics_hdr (Results 1 – 1 of 1) sorted by relevance
2948 const char diagnostics_hdr[] = { 0x87, 0x80, 0x03 }; in btintel_recv_event() local2978 if (len >= sizeof(diagnostics_hdr) && in btintel_recv_event()2979 memcmp(&skb->data[2], diagnostics_hdr, in btintel_recv_event()2980 sizeof(diagnostics_hdr)) == 0) { in btintel_recv_event()