Searched refs:bnep_frame_hdr_sizes (Results 1 – 1 of 1) sorted by relevance
51 const uint16_t bnep_frame_hdr_sizes[] = {14, 1, 2, 8, 8}; variable345 if (type >= sizeof(bnep_frame_hdr_sizes) / sizeof(bnep_frame_hdr_sizes[0])) { in bnep_data_ind()351 if ((rem_len <= bnep_frame_hdr_sizes[type]) || (rem_len > BNEP_MTU_SIZE)) { in bnep_data_ind()