Searched refs:len_size (Results 1 – 4 of 4) sorted by relevance
129 .len_size = 1, /* sizeof(plen) in struct hci_event_hdr */136 .len_size = 2, /* sizeof(dlen) in struct hci_acl_hdr */143 .len_size = 1, /* sizeof(dlen) in struct hci_sco_hdr */
82 unsigned char len_size; member
292 if (proto->len_size == 1)/* 1 byte len field */ in st_int_recv()294 else if (proto->len_size == 2) in st_int_recv()
1501 fm_st_proto.len_size = 1; in fmc_prepare()