OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:L2CAP_FCR_SAR_BITS_SHIFT
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/stack/include/
l2cdefs.h
275
#define
L2CAP_FCR_SAR_BITS_SHIFT
14 /* Bits to shift right to get the SAR bits from ctrl-word */
/external/bluetooth/bluedroid/stack/l2cap/
l2c_fcr.c
490
SAR_types[(ctrl_word & L2CAP_FCR_SAR_BITS) >>
L2CAP_FCR_SAR_BITS_SHIFT
],
499
SAR_types[(ctrl_word & L2CAP_FCR_SAR_BITS) >>
L2CAP_FCR_SAR_BITS_SHIFT
],
694
SAR_types[(ctrl_word & L2CAP_FCR_SAR_BITS) >>
L2CAP_FCR_SAR_BITS_SHIFT
],
[
all
...]
Completed in 31 milliseconds