Home
last modified time | relevance | path

Searched refs:control_type (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/stack/bnep/
Dbnep_utils.cc725 uint8_t control_type; in bnep_process_control_packet() local
743 control_type = *p++; in bnep_process_control_packet()
748 *rem_len, is_ext, control_type); in bnep_process_control_packet()
750 switch (control_type) { in bnep_process_control_packet()
844 log::error("BNEP - bad ctl pkt type: {}", control_type); in bnep_process_control_packet()
845 bnep_send_command_not_understood(p_bcb, control_type); in bnep_process_control_packet()