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