Searched refs:mcc_head (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/hcidump/parser/
H A Drfcomm.c50 #define CR_STR(mcc_head) cr_str[mcc_head->type.cr]
68 static void print_mcc(mcc_long_frame_head* mcc_head) argument
70 printf("mcc_len %d\n", mcc_head->length.bits.len);
74 long_frame_head *head, mcc_long_frame_head *mcc_head)
76 printf("TEST %s: ", CR_STR(mcc_head));
78 print_mcc(mcc_head);
81 long_frame_head *head, mcc_long_frame_head *mcc_head)
83 printf("FCON %s: ", CR_STR(mcc_head));
85 print_mcc(mcc_head);
73 mcc_test(int level, uint8_t *ptr, int len, long_frame_head *head, mcc_long_frame_head *mcc_head) argument
80 mcc_fcon(int level, uint8_t *ptr, int len, long_frame_head *head, mcc_long_frame_head *mcc_head) argument
88 mcc_fcoff(int level, uint8_t *ptr, int len, long_frame_head *head, mcc_long_frame_head *mcc_head) argument
96 mcc_msc(int level, uint8_t *ptr, int len, long_frame_head *head, mcc_long_frame_head *mcc_head) argument
119 mcc_rpn(int level, uint8_t *ptr, int len, long_frame_head *head, mcc_long_frame_head *mcc_head) argument
150 mcc_rls(int level, uint8_t *ptr, int len, long_frame_head *head, mcc_long_frame_head *mcc_head) argument
161 mcc_pn(int level, uint8_t *ptr, int len, long_frame_head *head, mcc_long_frame_head *mcc_head) argument
178 mcc_nsc(int level, uint8_t *ptr, int len, long_frame_head *head, mcc_long_frame_head *mcc_head) argument
196 mcc_long_frame_head mcc_head; local
[all...]

Completed in 38 milliseconds