Home
last modified time | relevance | path

Searched refs:short_frame_head (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/hcidump/parser/
Drfcomm.h225 typedef struct short_frame_head { struct
229 } __attribute__ ((packed)) short_frame_head; argument
232 short_frame_head h;
297 short_frame_head s_head;
306 short_frame_head s_head;
315 short_frame_head s_head;
325 short_frame_head s_head;
343 short_frame_head s_head;
371 typedef struct short_frame_head { struct
375 } __attribute__ ((packed)) short_frame_head; typedef
[all …]
Drfcomm.c305 short_frame_head *short_head_p = (void *) frm->ptr; in rfcomm_dump()
312 hdr_size = sizeof(short_frame_head); in rfcomm_dump()