OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:L2C_UCD_STATE_W4_RECEPTION
(Results
1 - 2
of
2
) sorted by null
/system/bt/stack/l2cap/
l2c_ucd.c
67
&& ( p_rcb->ucd.state &
L2C_UCD_STATE_W4_RECEPTION
))
70
p_rcb->ucd.state &= ~(
L2C_UCD_STATE_W4_RECEPTION
);
361
p_rcb->ucd.state |=
L2C_UCD_STATE_W4_RECEPTION
;
684
if (p_rcb->ucd.state &
L2C_UCD_STATE_W4_RECEPTION
)
[
all
...]
l2c_int.h
228
#define
L2C_UCD_STATE_W4_RECEPTION
0x02
[
all
...]
Completed in 80 milliseconds