Searched refs:BluetoothLeUtils (Results 1 – 6 of 6) sorted by relevance
122 && BluetoothLeUtils.equals(mManufacturerSpecificData, in equals()124 && BluetoothLeUtils.equals(mServiceData, other.mServiceData) in equals()132 + BluetoothLeUtils.toString(mManufacturerSpecificData) + ", mServiceData=" in toString()133 + BluetoothLeUtils.toString(mServiceData) in toString()
220 BluetoothLeUtils.checkAdapterStateOn(mBluetoothAdapter); in startScan()276 BluetoothLeUtils.checkAdapterStateOn(mBluetoothAdapter); in stopScan()297 BluetoothLeUtils.checkAdapterStateOn(mBluetoothAdapter); in stopScan()315 BluetoothLeUtils.checkAdapterStateOn(mBluetoothAdapter); in flushPendingScanResults()
315 + ", mManufacturerSpecificData=" + BluetoothLeUtils.toString( in toString()317 + ", mServiceData=" + BluetoothLeUtils.toString(mServiceData) in toString()
33 public class BluetoothLeUtils { class
113 BluetoothLeUtils.checkAdapterStateOn(mBluetoothAdapter); in startAdvertising()346 BluetoothLeUtils.checkAdapterStateOn(mBluetoothAdapter);
12293 Landroid/bluetooth/le/BluetoothLeUtils;-><init>()V12294 Landroid/bluetooth/le/BluetoothLeUtils;->checkAdapterStateOn(Landroid/bluetooth/BluetoothAdapter;)V12295 Landroid/bluetooth/le/BluetoothLeUtils;->equals(Landroid/util/SparseArray;Landroid/util/SparseArray…12296 Landroid/bluetooth/le/BluetoothLeUtils;->equals(Ljava/util/Map;Ljava/util/Map;)Z12297 Landroid/bluetooth/le/BluetoothLeUtils;->toString(Landroid/util/SparseArray;)Ljava/lang/String;12298 Landroid/bluetooth/le/BluetoothLeUtils;->toString(Ljava/util/Map;)Ljava/lang/String;