OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:srej_sent
(Results
1 - 2
of
2
) sorted by null
/system/bt/stack/l2cap/
l2c_fcr.c
700
if (p_ccb->fcrb.
srej_sent
)
755
if ( (!p_ccb->fcrb.local_busy) && (!p_ccb->fcrb.
srej_sent
) &&
792
if ( (!p_ccb->fcrb.local_busy) && (!p_ccb->fcrb.rej_sent) && (!p_ccb->fcrb.
srej_sent
)
797
L2CAP_TRACE_DEBUG ("l2c_fcr_proc_pdu() not sending RR CID: 0x%04x local_busy:%d rej_sent:%d
srej_sent
:%d Expected_Seq:%u Last_Ack:%u",
798
p_ccb->local_cid, p_ccb->fcrb.local_busy, p_ccb->fcrb.rej_sent, p_ccb->fcrb.
srej_sent
, p_ccb->fcrb.next_seq_expected,
[
all
...]
l2c_int.h
177
BOOLEAN
srej_sent
; /* Selective Reject was sent */
member in struct:__anon73935
[
all
...]
Completed in 979 milliseconds