Hi Andrei, > > > > +static inline void amp_command_rej(int level, struct frame *frm) > > +{ > > + amp_cmd_rej_parms *h = frm->ptr; > > + uint16_t reason = btohs(h->reason); > > + > > + if (p_filter(FILT_A2MP)) > > + return; > > + > > + printf("Command Reject: reason (%d)- ", reason); > > + p_indent(level + 1, frm); > > This doesn't make sense to use p_indent if you print on the same line. > Maybe you forgot "\n" ? > > > + printf("%s\n", ampreason2str(reason)); > > +} > > + > Will add a '\n'. I'll repost this patch set after the bluez header patchset is approved. Peter. --Peter Krystad Employee of Qualcomm Innovation Center, Inc. Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html