Home
last modified time | relevance | path

Searched refs:startLeScan (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothAdapter.java2146 public boolean startLeScan(LeScanCallback callback) { in startLeScan() method in BluetoothAdapter
2147 return startLeScan(null, callback); in startLeScan()
2167 public boolean startLeScan(final UUID[] serviceUuids, final LeScanCallback callback) { in startLeScan() method in BluetoothAdapter
/frameworks/base/docs/html/guide/topics/connectivity/
Dbluetooth-le.jd241 {@link android.bluetooth.BluetoothAdapter#startLeScan startLeScan()} method.
279 mBluetoothAdapter.startLeScan(mLeScanCallback);
291 call {@link android.bluetooth.BluetoothAdapter#startLeScan startLeScan(UUID[], BluetoothAdapter.LeS…
/frameworks/base/docs/html/about/versions/
Dandroid-4.3.jd384 <p>To discover Bluetooth LE peripherals, call {@link android.bluetooth.BluetoothAdapter#startLeScan
385 startLeScan()} on the {@link android.bluetooth.BluetoothAdapter}, passing it an implementation
395 android.bluetooth.BluetoothAdapter#startLeScan startLeScan()} and include an array of {@link
/frameworks/base/api/
Dcurrent.txt6298 method public deprecated boolean startLeScan(android.bluetooth.BluetoothAdapter.LeScanCallback);
6299 …method public deprecated boolean startLeScan(java.util.UUID[], android.bluetooth.BluetoothAdapter.…
Dsystem-current.txt6514 method public deprecated boolean startLeScan(android.bluetooth.BluetoothAdapter.LeScanCallback);
6515 …method public deprecated boolean startLeScan(java.util.UUID[], android.bluetooth.BluetoothAdapter.…