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.cc 570 } else if (p_lcb->info_rx_bits & (1 << L2CAP_EXTENDED_FEATURES_INFO_TYPE)) {
661 if (p_ccb->p_lcb->info_rx_bits &
687 if (p_ccb->p_lcb->info_rx_bits & (1 << L2CAP_CONNLESS_MTU_INFO_TYPE)) {
    [all...]
l2c_int.h 413 uint8_t info_rx_bits; /* set 1 if received info type */ member in struct:t_l2c_linkcb
    [all...]
l2c_main.cc 662 p_lcb->info_rx_bits |= (1 << info_type);

Completed in 52 milliseconds