Home | History | Annotate | Download | only in parser

Lines Matching full:channel

269 static inline void print_int(uint8_t de_type, int level, int n, struct frame *frm, uint16_t *psm, uint8_t *channel)
288 if (channel && de_type == SDP_DE_UINT)
289 if (*channel == 0)
290 *channel = val;
321 static inline void print_uuid(int n, struct frame *frm, uint16_t *psm, uint8_t *channel)
358 if (channel && *channel > 0 && *channel != 0xff) {
359 set_proto(frm->handle, *psm, *channel, uuid);
360 *channel = 0xff;
397 static inline void print_de(int, struct frame *frm, int *split, uint16_t *psm, uint8_t *channel);
399 static inline void print_des(uint8_t de_type, int level, int n, struct frame *frm, int *split, uint16_t *psm, uint8_t *channel)
403 print_de(level, frm, split, psm, channel);
406 static inline void print_de(int level, struct frame *frm, int *split, uint16_t *psm, uint8_t *channel)
418 print_int(de_type, level, n, frm, psm, channel);
430 print_uuid(n, frm, psm, channel);
438 print_des(de_type, level, n, frm, split, psm, channel);
443 print_des(de_type, level, n, frm, split, psm, channel);
518 uint8_t channel;
535 channel = 0;
541 attr_id == SDP_ATTR_ID_PROTOCOL_DESCRIPTOR_LIST ? &channel : NULL);
655 fr->channel = frm->channel;