HomeSort by relevance Sort by last modified time
    Searched refs:info_rx_bits (Results 1 - 3 of 3) sorted by null

  /system/bt/stack/l2cap/
l2c_ucd.c 586 else if ( p_lcb->info_rx_bits & (1 << L2CAP_EXTENDED_FEATURES_INFO_TYPE) )
687 if ( p_ccb->p_lcb->info_rx_bits & (1 << L2CAP_EXTENDED_FEATURES_INFO_TYPE) )
715 if ( p_ccb->p_lcb->info_rx_bits & (1 << L2CAP_CONNLESS_MTU_INFO_TYPE))
    [all...]
l2c_int.h 406 UINT8 info_rx_bits; /* set 1 if received info type */ member in struct:t_l2c_linkcb
    [all...]
l2c_main.c 693 p_lcb->info_rx_bits |= (1 << info_type);
    [all...]

Completed in 56 milliseconds