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

  /system/bt/stack/l2cap/
l2c_main.cc 687 uint16_t info_type; local
689 STREAM_TO_UINT16(info_type, p);
690 l2cu_send_peer_info_rsp(p_lcb, id, info_type);
701 uint16_t info_type, result; local
703 STREAM_TO_UINT16(info_type, p);
706 p_lcb->info_rx_bits |= (1 << info_type);
708 if ((info_type == L2CAP_EXTENDED_FEATURES_INFO_TYPE) &&
724 if (info_type == L2CAP_FIXED_CHANNELS_INFO_TYPE) {
  /external/tcpdump/
print-slow.c 78 uint8_t info_type; member in struct:slow_oam_info_t
  /external/syslinux/gpxe/src/drivers/net/
tulip.c 343 int info_type;
342 int info_type; member in struct:mediainfo
    [all...]

Completed in 532 milliseconds