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

1 2 3 4 5

  /external/bluetooth/bluedroid/stack/gatt/
gatt_main.c 143 tBT_DEVICE_TYPE dev_type; local
146 BTM_ReadDevInfo(rem_bda, &dev_type, &addr_type);
150 if (dev_type == BT_DEVICE_TYPE_BLE)
    [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/
dhdu_linux.c 261 char dev_type[32]; local
277 if (dhd_get_dev_type(name, dev_type, type) >= 0 &&
278 !strncmp(dev_type, type, strlen(dev_type) - 1))
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_linux.c 280 char dev_type[32]; local
296 if (dhd_get_dev_type(name, dev_type, type) >= 0 &&
297 !strncmp(dev_type, type, strlen(dev_type) - 1))
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_cache.c 433 tBT_DEVICE_TYPE dev_type; local
436 BTM_ReadDevInfo(p_server_cb->server_bda, &dev_type, &addr_type);
437 if (dev_type == BT_DEVICE_TYPE_BLE)
    [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 232 tBTA_HH_BOOT_RPT_ID dev_type; /* type of device report */ member in struct:__anon2244
  /external/bluetooth/bluedroid/btif/src/
btif_dm.c 99 DEV_CLASS dev_class, tBT_DEVICE_TYPE dev_type);
276 bt_device_type_t dev_type; local
305 dev_type = device_type;
307 BT_PROPERTY_TYPE_OF_DEVICE, sizeof(dev_type), &dev_type);
868 bt_device_type_t dev_type; local
890 /* DEV_TYPE */
893 dev_type = p_search_data->inq_res.device_type;
895 dev_type = BT_DEVICE_TYPE_BREDR;
898 BT_PROPERTY_TYPE_OF_DEVICE, sizeof(dev_type), &dev_type)
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_inq.c 953 tBT_DEVICE_TYPE dev_type; local
1006 tBT_DEVICE_TYPE dev_type; local
2517 tBT_DEVICE_TYPE dev_type; local
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_utils.c 2083 tBT_DEVICE_TYPE 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 505 char dev_type[WPS_DEV_TYPE_BUFSIZE]; local
509 wps_dev_type_bin2str(ap->pri_dev_type, dev_type,
510 sizeof(dev_type));
512 dev_type[0] = '\0';
516 uuid_str, MAC2STR(ap->mac_addr), dev_type, ap->wps_state,
539 char dev_type[WPS_DEV_TYPE_BUFSIZE]; local
543 wps_dev_type_bin2str(enrollee->pri_dev_type, dev_type,
544 sizeof(dev_type));
546 dev_type[0] = '\0';
552 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
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
mod_devicetable.h 74 __u16 dev_type; member in struct:ccw_device_id

Completed in 744 milliseconds

1 2 3 4 5