HomeSort by relevance Sort by last modified time
    Searched defs:dev_type (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /external/bluetooth/bluedroid/stack/btm/
btm_ble_bgconn.c 77 tBT_DEVICE_TYPE dev_type; local
119 BTM_ReadDevInfo(bd_addr, &dev_type, &addr_type);
btm_inq.c 972 tBT_DEVICE_TYPE dev_type; local
1025 tBT_DEVICE_TYPE dev_type; local
2537 tBT_DEVICE_TYPE dev_type; local
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_main.c 143 tBT_DEVICE_TYPE dev_type; local
146 BTM_ReadDevInfo(rem_bda, &dev_type, &addr_type);
151 if (dev_type == BT_DEVICE_TYPE_BLE)
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_linux.c 313 char dev_type[32]; local
329 if (dhd_get_dev_type(name, dev_type, type) >= 0 &&
330 !strncmp(dev_type, type, strlen(dev_type) - 1))
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_cache.c 431 tBT_DEVICE_TYPE dev_type; local
434 BTM_ReadDevInfo(p_server_cb->server_bda, &dev_type, &addr_type);
435 if (dev_type == BT_DEVICE_TYPE_BLE)
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_utils.c 2104 tBT_DEVICE_TYPE dev_type; local
    [all...]
  /bionic/libc/kernel/common/linux/
mod_devicetable.h 80 __u16 dev_type; member in struct:ccw_device_id
  /development/ndk/platforms/android-3/include/linux/
mod_devicetable.h 74 __u16 dev_type; member in struct:ccw_device_id
  /external/bluetooth/bluedroid/bta/include/
bta_hh_api.h 248 tBTA_HH_BOOT_RPT_ID dev_type; /* type of device report */ member in struct:__anon2721
  /external/bluetooth/bluedroid/btif/include/
btif_hl.h 238 tBTA_HL_DEVICE_TYPE dev_type; member in struct:__anon2913
  /external/bluetooth/bluedroid/btif/src/
btif_dm.c 127 DEV_CLASS dev_class, tBT_DEVICE_TYPE dev_type);
361 bt_device_type_t dev_type; local
390 dev_type = device_type;
392 BT_PROPERTY_TYPE_OF_DEVICE, sizeof(dev_type), &dev_type);
983 bt_device_type_t dev_type; local
    [all...]
  /external/kernel-headers/original/linux/
mod_devicetable.h 139 __u16 dev_type; /* device type */ member in struct:ccw_device_id
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
peers.cpp 514 * dev_type=1-0050f204-1 dev_name='Wireless Client'
523 QString dev_type; local
535 else if (str.startsWith("dev_type=") && dev_type.isEmpty())
536 dev_type = str.mid(pos);
550 if (!dev_type.isEmpty())
551 item->setData(dev_type, peer_role_pri_dev_type);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c 594 char dev_type[WPS_DEV_TYPE_BUFSIZE]; local
598 wps_dev_type_bin2str(ap->pri_dev_type, dev_type,
599 sizeof(dev_type));
601 dev_type[0] = '\0';
605 uuid_str, MAC2STR(ap->mac_addr), dev_type, ap->wps_state,
628 char dev_type[WPS_DEV_TYPE_BUFSIZE]; local
632 wps_dev_type_bin2str(enrollee->pri_dev_type, dev_type,
633 sizeof(dev_type));
635 dev_type[0] = '\0';
641 enrollee->config_methods, enrollee->dev_passwd_id, dev_type,
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
mod_devicetable.h 74 __u16 dev_type; member in struct:ccw_device_id
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
mod_devicetable.h 74 __u16 dev_type; member in struct:ccw_device_id
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
mod_devicetable.h 74 __u16 dev_type; member in struct:ccw_device_id
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
mod_devicetable.h 74 __u16 dev_type; member in struct:ccw_device_id
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
mod_devicetable.h 74 __u16 dev_type; member in struct:ccw_device_id
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
mod_devicetable.h 74 __u16 dev_type; member in struct:ccw_device_id
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
mod_devicetable.h 74 __u16 dev_type; member in struct:ccw_device_id
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
mod_devicetable.h 74 __u16 dev_type; member in struct:ccw_device_id
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
mod_devicetable.h 74 __u16 dev_type; member in struct:ccw_device_id
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
mod_devicetable.h 74 __u16 dev_type; member in struct:ccw_device_id
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
mod_devicetable.h 74 __u16 dev_type; member in struct:ccw_device_id

Completed in 246 milliseconds

1 2 3 4