OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:send_slip_escape
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluez/tools/
ubcsp.h
124
uint8
send_slip_escape
;
member in struct:ubcsp_configuration
ubcsp.c
286
and set the
send_slip_escape
so that the next time we
293
ubcsp_config.
send_slip_escape
= SLIP_ESCAPE_FRAME;
298
ubcsp_config.
send_slip_escape
= SLIP_ESCAPE_ESCAPE;
851
if (ubcsp_config.
send_slip_escape
)
856
put_uart (ubcsp_config.
send_slip_escape
);
858
ubcsp_config.
send_slip_escape
= 0;
881
if ((!ubcsp_config.
send_slip_escape
) && ((ubcsp_config.send_size = ubcsp_config.send_size - 1) == 0))
[
all
...]
Completed in 22 milliseconds