Home
last modified time | relevance | path

Searched refs:info_rx_bits (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_ucd.c582 else if ( p_lcb->info_rx_bits & (1 << L2CAP_EXTENDED_FEATURES_INFO_TYPE) ) in l2c_ucd_connect()
679 if ( p_ccb->p_lcb->info_rx_bits & (1 << L2CAP_EXTENDED_FEATURES_INFO_TYPE) ) in l2c_ucd_check_pending_info_req()
707 if ( p_ccb->p_lcb->info_rx_bits & (1 << L2CAP_CONNLESS_MTU_INFO_TYPE)) in l2c_ucd_check_pending_info_req()
Dl2c_int.h410 UINT8 info_rx_bits; /* set 1 if received info type */ member
Dl2c_main.c742 p_lcb->info_rx_bits |= (1 << info_type); in process_l2cap_cmd()