HomeSort by relevance Sort by last modified time
    Searched defs:info_type (Results 1 - 2 of 2) sorted by null

  /system/bt/stack/l2cap/
l2c_main.c 277 UINT16 rej_reason, rej_mtu, lcid, rcid, info_type; local
678 STREAM_TO_UINT16 (info_type, p);
679 l2cu_send_peer_info_rsp (p_lcb, id, info_type);
690 STREAM_TO_UINT16 (info_type, p);
693 p_lcb->info_rx_bits |= (1 << info_type);
695 if ( (info_type == L2CAP_EXTENDED_FEATURES_INFO_TYPE)
714 if (info_type == L2CAP_FIXED_CHANNELS_INFO_TYPE)
725 else if (info_type == L2CAP_CONNLESS_MTU_INFO_TYPE)
    [all...]
  /external/tcpdump/
print-slow.c 82 uint8_t info_type; member in struct:slow_oam_info_t

Completed in 81 milliseconds