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

  /system/bt/btif/src/
btif_ble_scanner.cc 112 bt_device_type_t dev_type; local
142 LOG_VERBOSE(LOG_TAG, "%s BLE device name=%s len=%d dev_type=%d",
149 dev_type = (bt_device_type_t)device_type;
151 sizeof(dev_type), &dev_type);
btif_dm.cc 220 tBT_DEVICE_TYPE dev_type);
553 bt_device_type_t dev_type; local
600 dev_type = (bt_device_type_t)(remote_dev_type | device_type);
602 dev_type = (bt_device_type_t)device_type;
605 BT_PROPERTY_TYPE_OF_DEVICE, sizeof(dev_type),
606 &dev_type);
831 int dev_type; local
834 if (!btif_get_device_type(p_pin_req->bd_addr, &dev_type)) {
835 dev_type = BT_DEVICE_TYPE_BREDR;
839 (tBT_DEVICE_TYPE)dev_type);
920 int dev_type; local
1003 int dev_type; local
1270 bt_device_type_t dev_type; local
2773 int dev_type; local
2961 int dev_type; local
3006 int dev_type; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_wps.c 778 u8 *dev_type; local
790 dbus_message_iter_get_fixed_array(&array_iter, &dev_type, &dev_len);
795 os_memcpy(wpa_s->conf->device_type, dev_type, WPS_DEV_TYPE_LEN);
  /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/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 718 char dev_type[WPS_DEV_TYPE_BUFSIZE]; local
722 wps_dev_type_bin2str(ap->pri_dev_type, dev_type,
723 sizeof(dev_type));
725 dev_type[0] = '\0';
729 uuid_str, MAC2STR(ap->mac_addr), dev_type, ap->wps_state,
752 char dev_type[WPS_DEV_TYPE_BUFSIZE]; local
756 wps_dev_type_bin2str(enrollee->pri_dev_type, dev_type,
757 sizeof(dev_type));
759 dev_type[0] = '\0';
765 enrollee->config_methods, enrollee->dev_passwd_id, dev_type,
    [all...]
ctrl_iface.c 5117 u8 dev_type[WPS_DEV_TYPE_LEN], *_dev_type = NULL; local
    [all...]
  /system/bt/bta/include/
bta_hh_api.h 260 tBTA_HH_BOOT_RPT_ID dev_type; /* type of device report */ member in struct:__anon1550
bta_hl_api.h 288 tBTA_HL_DEVICE_TYPE dev_type; /* sink, source or dual roles */ member in struct:__anon1566
bta_api.h 520 tBT_DEVICE_TYPE dev_type; member in struct:__anon1439
    [all...]
  /system/bt/btif/include/
btif_hl.h 224 tBTA_HL_DEVICE_TYPE dev_type; member in struct:__anon1727
  /system/bt/stack/btm/
btm_acl.cc 1934 tBT_DEVICE_TYPE dev_type; local
1978 tBT_DEVICE_TYPE dev_type; local
2017 tBT_DEVICE_TYPE dev_type; local
    [all...]
btm_ble.cc 68 * dev_type - Remote device's device type.
75 tBT_DEVICE_TYPE dev_type, tBLE_ADDR_TYPE addr_type) {
76 BTM_TRACE_DEBUG("%s: dev_type=0x%x", __func__, dev_type);
104 p_dev_rec->device_type |= dev_type;
767 tBT_DEVICE_TYPE dev_type; local
779 BTM_ReadDevInfo(bd_addr, &dev_type, &addr_type);
780 use_le = (dev_type == BT_DEVICE_TYPE_BLE);
    [all...]
btm_sec.cc 1046 tBT_DEVICE_TYPE dev_type; local
    [all...]
  /system/bt/stack/l2cap/
l2c_utils.cc 2125 tBT_DEVICE_TYPE dev_type; local
    [all...]
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hw_ar3k.c 69 uint32_t dev_type = 0; variable
374 static void get_patch_file_name(uint32_t dev_type, uint32_t rom_version,
377 if (rom_version == FPGA_ROM_VERSION && dev_type != ROM_DEV_TYPE
378 &&dev_type != 0 && build_version == 1)
971 uint32_t dev_type = 0; local
980 if (get_device_type(fd, &dev_type) < 0) {
996 get_ps_file_name(dev_type, rom_version, ps_file);
997 get_patch_file_name(dev_type, rom_version, build_version, patch_file);
    [all...]
  /hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
hw_ar3k.c 69 uint32_t dev_type = 0; variable
376 static void get_patch_file_name(uint32_t dev_type, uint32_t rom_version,
379 if (rom_version == FPGA_ROM_VERSION && dev_type != ROM_DEV_TYPE
380 &&dev_type != 0 && build_version == 1)
975 uint32_t dev_type = 0; local
984 if (get_device_type(fd, &dev_type) < 0) {
1000 get_ps_file_name(dev_type, rom_version, ps_file);
1001 get_patch_file_name(dev_type, rom_version, build_version, patch_file);
    [all...]
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hw_ar3k.c 69 uint32_t dev_type = 0; variable
374 static void get_patch_file_name(uint32_t dev_type, uint32_t rom_version,
377 if (rom_version == FPGA_ROM_VERSION && dev_type != ROM_DEV_TYPE
378 &&dev_type != 0 && build_version == 1)
971 uint32_t dev_type = 0; local
980 if (get_device_type(fd, &dev_type) < 0) {
996 get_ps_file_name(dev_type, rom_version, ps_file);
997 get_patch_file_name(dev_type, rom_version, build_version, patch_file);
    [all...]
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hw_ar3k.c 71 uint32_t dev_type = 0; variable
378 static void get_patch_file_name(uint32_t dev_type, uint32_t rom_version,
381 if (rom_version == FPGA_ROM_VERSION && dev_type != ROM_DEV_TYPE
382 &&dev_type != 0 && build_version == 1)
977 uint32_t dev_type = 0; local
986 if (get_device_type(fd, &dev_type) < 0) {
1002 get_ps_file_name(dev_type, rom_version, ps_file);
1003 get_patch_file_name(dev_type, rom_version, build_version, patch_file);
    [all...]
  /hardware/qcom/bt/msm8998/libbt-vendor/src/
hw_ar3k.c 73 uint32_t dev_type = 0; variable
380 static void get_patch_file_name(uint32_t dev_type, uint32_t rom_version,
383 if (rom_version == FPGA_ROM_VERSION && dev_type != ROM_DEV_TYPE
384 &&dev_type != 0 && build_version == 1)
979 uint32_t dev_type = 0; local
988 if (get_device_type(fd, &dev_type) < 0) {
1004 get_ps_file_name(dev_type, rom_version, ps_file);
1005 get_patch_file_name(dev_type, rom_version, build_version, patch_file);
    [all...]
  /system/bt/bta/dm/
bta_dm_act.cc 1905 tBT_DEVICE_TYPE dev_type; local
    [all...]
  /system/bt/bta/hl/
bta_hl_int.h 233 tBTA_HL_DEVICE_TYPE dev_type; /* sink, source or dual roles */ member in struct:__anon1385
248 tBTA_HL_DEVICE_TYPE dev_type; /* sink, source or dual roles */ member in struct:__anon1386
488 tBTA_HL_DEVICE_TYPE dev_type; member in struct:__anon1408
    [all...]
  /bionic/libc/kernel/uapi/linux/
soundcard.h 302 int dev_type; member in struct:midi_info
  /external/kernel-headers/original/uapi/linux/
soundcard.h 519 int dev_type; member in struct:midi_info
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
soundcard.h 515 int dev_type; member in struct:midi_info
    [all...]

Completed in 641 milliseconds