Home | History | Annotate | Download | only in bnep

Lines Matching full:control_type

786     UINT8       control_type;
796 control_type = *p++;
799 BNEP_TRACE_EVENT ("BNEP processing control packet rem_len %d, is_ext %d, ctrl_type %d", *rem_len, is_ext, control_type);
801 switch (control_type)
869 BNEP_TRACE_ERROR ("BNEP - bad ctl pkt type: %d", control_type);
870 bnep_send_command_not_understood (p_bcb, control_type);