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

  /external/bluetooth/bluedroid/stack/bnep/
bnep_utils.c 785 UINT8 control_type; local
795 control_type = *p++;
798 BNEP_TRACE_EVENT3 ("BNEP processing control packet rem_len %d, is_ext %d, ctrl_type %d", *rem_len, is_ext, control_type);
800 switch (control_type)
868 BNEP_TRACE_ERROR1 ("BNEP - bad ctl pkt type: %d", control_type);
869 bnep_send_command_not_understood (p_bcb, control_type);
    [all...]

Completed in 129 milliseconds