OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:info_rx_bits
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/l2cap/
l2c_ucd.c
582
else if ( p_lcb->
info_rx_bits
& (1 << L2CAP_EXTENDED_FEATURES_INFO_TYPE) )
679
if ( p_ccb->p_lcb->
info_rx_bits
& (1 << L2CAP_EXTENDED_FEATURES_INFO_TYPE) )
707
if ( p_ccb->p_lcb->
info_rx_bits
& (1 << L2CAP_CONNLESS_MTU_INFO_TYPE))
[
all
...]
l2c_int.h
408
UINT8
info_rx_bits
; /* set 1 if received info type */
member in struct:t_l2c_linkcb
[
all
...]
l2c_main.c
714
p_lcb->
info_rx_bits
|= (1 << info_type);
[
all
...]
Completed in 775 milliseconds