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

  /external/bluetooth/bluedroid/stack/btm/
btm_ble_bgconn.c 76 tBT_DEVICE_TYPE dev_type; local
114 BTM_ReadDevInfo(bd_addr, &dev_type, &addr_type);
btm_acl.c 2896 tBT_DEVICE_TYPE dev_type; local
    [all...]
btm_ble.c 62 ** dev_type - Remote device's device type.
68 BOOLEAN BTM_SecAddBleDevice (BD_ADDR bd_addr, BD_NAME bd_name, tBT_DEVICE_TYPE dev_type,
75 BTM_TRACE_DEBUG ("BTM_SecAddBleDevice dev_type=0x%x", dev_type);
125 p_dev_rec->device_type = dev_type;
128 dev_type, addr_type, p_dev_rec->sec_flags);
717 tBT_DEVICE_TYPE dev_type; local
731 BTM_ReadDevInfo(bd_addr, &dev_type, &addr_type);
732 use_le = (dev_type == BT_DEVICE_TYPE_BLE);
    [all...]
btm_sec.c 1347 tBT_DEVICE_TYPE dev_type; local
    [all...]
  /development/ndk/platforms/android-3/include/linux/
mod_devicetable.h 74 __u16 dev_type; member in struct:ccw_device_id
soundcard.h 349 int dev_type; member in struct:midi_info
  /external/bluetooth/bluedroid/bta/include/
bta_hh_api.h 270 tBTA_HH_BOOT_RPT_ID dev_type; /* type of device report */ member in struct:__anon5452
bta_hl_api.h 304 tBTA_HL_DEVICE_TYPE dev_type; /* sink, source or dual roles */ member in struct:__anon5468
  /external/bluetooth/bluedroid/btif/include/
btif_hl.h 243 tBTA_HL_DEVICE_TYPE dev_type; member in struct:__anon5659
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_utils.c 2222 tBT_DEVICE_TYPE dev_type; local
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c 2404 tBT_DEVICE_TYPE dev_type; local
    [all...]
bta_dm_int.h 474 tBT_DEVICE_TYPE dev_type ; member in struct:__anon5128
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_dm.c 216 DEV_CLASS dev_class, tBT_DEVICE_TYPE dev_type);
542 bt_device_type_t dev_type; local
580 dev_type = device_type;
582 BT_PROPERTY_TYPE_OF_DEVICE, sizeof(dev_type), &dev_type);
831 int dev_type; local
834 if (!btif_get_device_type(p_pin_req->bd_addr, &dev_type))
836 dev_type = BT_DEVICE_TYPE_BREDR;
839 p_pin_req->dev_class, (tBT_DEVICE_TYPE) dev_type);
916 int dev_type; local
984 int dev_type; local
1267 bt_device_type_t dev_type; local
2798 int dev_type; local
2998 int dev_type; local
3047 int dev_type; local
    [all...]
btif_gatt_client.c 401 BTIF_TRACE_DEBUG("%s BLE device name=%s len=%d dev_type=%d", __FUNCTION__, bdname.name,
566 bt_device_type_t dev_type; local
600 dev_type = p_btif_cb->device_type;
602 BT_PROPERTY_TYPE_OF_DEVICE, sizeof(dev_type), &dev_type);
    [all...]
  /external/bluetooth/bluedroid/bta/hl/
bta_hl_int.h 247 tBTA_HL_DEVICE_TYPE dev_type; /* sink, source or dual roles */ member in struct:__anon5260
260 tBTA_HL_DEVICE_TYPE dev_type; /* sink, source or dual roles */ member in struct:__anon5261
528 tBTA_HL_DEVICE_TYPE dev_type; member in struct:__anon5283
    [all...]
  /bionic/libc/kernel/uapi/linux/
soundcard.h 375 int dev_type; member in struct:midi_info
    [all...]
  /development/ndk/platforms/android-L/include/linux/
soundcard.h 375 int dev_type; member in struct:midi_info
    [all...]
  /external/kernel-headers/original/uapi/linux/
soundcard.h 519 int dev_type; member in struct:midi_info
    [all...]

Completed in 809 milliseconds