Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:startLeScan

77  * Bluetooth LE devices with {@link #startLeScan(LeScanCallback callback)}.
2114 * @see #startLeScan(LeScanCallback)
2115 * @see #startLeScan(UUID[], LeScanCallback)
2120 * by the {@link BluetoothAdapter#startLeScan} function.
2146 public boolean startLeScan(LeScanCallback callback) {
2147 return startLeScan(null, callback);
2167 public boolean startLeScan(final UUID[] serviceUuids, final LeScanCallback callback) {
2168 if (DBG) Log.d(TAG, "startLeScan(): " + serviceUuids);
2170 if (DBG) Log.e(TAG, "startLeScan: null callback");
2175 if (DBG) Log.e(TAG, "startLeScan: cannot get BluetoothLeScanner");