OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:L2CAP_FCR_SUP_SHIFT
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/stack/include/
l2cdefs.h
290
#define
L2CAP_FCR_SUP_SHIFT
2 /* Bits to shift right to get the S-bits from ctrl-word */
/external/bluetooth/bluedroid/stack/l2cap/
l2c_fcr.c
549
ctrl_word = (function_code <<
L2CAP_FCR_SUP_SHIFT
) | L2CAP_FCR_S_FRAME_BIT;
590
if ((((ctrl_word & L2CAP_FCR_SUP_BITS) >>
L2CAP_FCR_SUP_SHIFT
) == 1)
591
|| (((ctrl_word & L2CAP_FCR_SUP_BITS) >>
L2CAP_FCR_SUP_SHIFT
) == 3))
595
SUP_types[(ctrl_word & L2CAP_FCR_SUP_BITS) >>
L2CAP_FCR_SUP_SHIFT
],
605
SUP_types[(ctrl_word & L2CAP_FCR_SUP_BITS) >>
L2CAP_FCR_SUP_SHIFT
],
669
if ((((ctrl_word & L2CAP_FCR_SUP_BITS) >>
L2CAP_FCR_SUP_SHIFT
) == 1)
670
|| (((ctrl_word & L2CAP_FCR_SUP_BITS) >>
L2CAP_FCR_SUP_SHIFT
) == 3))
675
SUP_types[(ctrl_word & L2CAP_FCR_SUP_BITS) >>
L2CAP_FCR_SUP_SHIFT
],
684
SUP_types[(ctrl_word & L2CAP_FCR_SUP_BITS) >>
L2CAP_FCR_SUP_SHIFT
],
[
all
...]
Completed in 40 milliseconds