HomeSort by relevance Sort by last modified time
    Searched refs:BT_PROPERTY_UUIDS (Results 1 - 8 of 8) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AbstractionLayer.java 37 static final int BT_PROPERTY_UUIDS = 0x03;
AdapterProperties.java 170 AbstractionLayer.BT_PROPERTY_UUIDS, Utils.uuidsToByteArray(uuids));
523 case AbstractionLayer.BT_PROPERTY_UUIDS:
RemoteDevices.java 302 case AbstractionLayer.BT_PROPERTY_UUIDS:
401 //mAdapterService.getDevicePropertyNative(Utils.getBytesFromAddress(device.getAddress()), AbstractionLayer.BT_PROPERTY_UUIDS);
  /hardware/libhardware/include/hardware/
bluetooth.h 176 BT_PROPERTY_UUIDS,
  /external/bluetooth/bluedroid/btif/src/
btif_storage.c 274 case BT_PROPERTY_UUIDS:
384 case BT_PROPERTY_UUIDS:
617 else if (property->type == BT_PROPERTY_UUIDS)
    [all...]
btif_core.c 934 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_UUIDS,
979 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], BT_PROPERTY_UUIDS,
    [all...]
btif_util.c 240 CASE_RETURN_STR(BT_PROPERTY_UUIDS)
btif_dm.c     [all...]

Completed in 251 milliseconds