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

  /frameworks/base/core/java/android/bluetooth/le/
AdvertiseData.java 122 BluetoothLeUtils.equals(mManufacturerSpecificData, other.mManufacturerSpecificData) &&
123 BluetoothLeUtils.equals(mServiceData, other.mServiceData) &&
131 + BluetoothLeUtils.toString(mManufacturerSpecificData) + ", mServiceData="
132 + BluetoothLeUtils.toString(mServiceData)
BluetoothLeScanner.java 120 BluetoothLeUtils.checkAdapterStateOn(mBluetoothAdapter);
169 BluetoothLeUtils.checkAdapterStateOn(mBluetoothAdapter);
189 BluetoothLeUtils.checkAdapterStateOn(mBluetoothAdapter);
BluetoothLeUtils.java 33 public class BluetoothLeUtils {
ScanRecord.java 271 + ", mManufacturerSpecificData=" + BluetoothLeUtils.toString(mManufacturerSpecificData)
272 + ", mServiceData=" + BluetoothLeUtils.toString(mServiceData)
BluetoothLeAdvertiser.java 110 BluetoothLeUtils.checkAdapterStateOn(mBluetoothAdapter);

Completed in 119 milliseconds