HomeSort by relevance Sort by last modified time
    Searched full:control_type (Results 1 - 1 of 1) sorted by null

  /system/bt/stack/bnep/
bnep_utils.c 786 UINT8 control_type; local
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);
    [all...]

Completed in 45 milliseconds