OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:port_get_signal_changes
(Results
1 - 3
of
3
) sorted by null
/system/bt/stack/rfcomm/
port_int.h
233
extern UINT32
port_get_signal_changes
(tPORT *p_port, UINT8 old_signals, UINT8 signal);
port_rfc.c
164
events |=
port_get_signal_changes
(p_port, old_signals, p_port->peer_ctrl.modem_signal);
638
event =
port_get_signal_changes
(p_port, old_signals, p_pars->modem_signal);
[
all
...]
port_utils.c
446
** Function
port_get_signal_changes
453
UINT32
port_get_signal_changes
(tPORT *p_port, UINT8 old_signals, UINT8 signal)
function
Completed in 122 milliseconds