Searched refs:LeScanCallback (Results 1 – 4 of 4) sorted by relevance
685 private final Map<LeScanCallback, ScanCallback> mLeScanClients;754 mLeScanClients = new HashMap<LeScanCallback, ScanCallback>(); in BluetoothAdapter()3108 public interface LeScanCallback { interface in BluetoothAdapter3134 public boolean startLeScan(LeScanCallback callback) { in startLeScan()3153 public boolean startLeScan(final UUID[] serviceUuids, final LeScanCallback callback) { in startLeScan()3250 public void stopLeScan(LeScanCallback callback) { in stopLeScan()
5833 method public deprecated boolean startLeScan(android.bluetooth.BluetoothAdapter.LeScanCallback);5834 …eprecated boolean startLeScan(java.util.UUID[], android.bluetooth.BluetoothAdapter.LeScanCallback);5835 method public deprecated void stopLeScan(android.bluetooth.BluetoothAdapter.LeScanCallback);5866 public static abstract interface BluetoothAdapter.LeScanCallback {
7992 …ion.BLUETOOTH_ADMIN) public boolean startLeScan(android.bluetooth.BluetoothAdapter.LeScanCallback);7993 …N) public boolean startLeScan(java.util.UUID[], android.bluetooth.BluetoothAdapter.LeScanCallback);7994 …mission.BLUETOOTH_ADMIN) public void stopLeScan(android.bluetooth.BluetoothAdapter.LeScanCallback);8025 public static interface BluetoothAdapter.LeScanCallback {