Home
last modified time | relevance | path

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

/system/bt/stack/rfcomm/
Dport_int.h237 extern void port_start_control(tPORT* p_port);
Dport_api.cc752 port_start_control(p_port); in PORT_Control()
810 if (p_port->local_ctrl.fc != old_fc) port_start_control(p_port); in PORT_FlowControl()
877 if (p_port->local_ctrl.fc != old_fc) port_start_control(p_port); in PORT_FlowControl_MaxCredit()
Dport_rfc.cc108 void port_start_control(tPORT* p_port) { in port_start_control() function