OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BCSP_SLIP_ESCAPE
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/bluetooth/
bcsp.h
85
#define
BCSP_SLIP_ESCAPE
0xdb
bcsp.c
562
if (putc(
BCSP_SLIP_ESCAPE
, &tp->t_outq) < 0)
573
} else if (*rptr ==
BCSP_SLIP_ESCAPE
) {
574
if (putc(
BCSP_SLIP_ESCAPE
, &tp->t_outq) < 0)
681
case
BCSP_SLIP_ESCAPE
:
685
if (sc->sc_slip_rxexp ==
BCSP_SLIP_ESCAPE
) {
689
sc->sc_slip_rxexp =
BCSP_SLIP_ESCAPE
;
702
case
BCSP_SLIP_ESCAPE
:
708
BCSP_SLIP_ESCAPE
;
Completed in 16 milliseconds
Indexes created Fri Oct 03 14:09:59 GMT 2025