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.cc
63
(p_rcb->ucd.state &
L2C_UCD_STATE_W4_RECEPTION
)) {
65
p_rcb->ucd.state &= ~(
L2C_UCD_STATE_W4_RECEPTION
);
343
p_rcb->ucd.state |=
L2C_UCD_STATE_W4_RECEPTION
;
659
if (p_rcb->ucd.state &
L2C_UCD_STATE_W4_RECEPTION
) {
[
all
...]
l2c_int.h
234
#define
L2C_UCD_STATE_W4_RECEPTION
0x02
[
all
...]
Completed in 411 milliseconds