HomeSort by relevance Sort by last modified time
    Searched refs:short_frame_head (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/hcidump/parser/
rfcomm.h 225 typedef struct short_frame_head { struct
229 } __attribute__ ((packed)) short_frame_head; typedef in typeref:struct:short_frame_head
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 in typeref:struct:short_frame_head
    [all...]
rfcomm.c 305 short_frame_head *short_head_p = (void *) frm->ptr;
312 hdr_size = sizeof(short_frame_head);

Completed in 250 milliseconds