Home
last modified time | relevance | path

Searched refs:BluetoothGattCallback (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothDevice.java9 import android.bluetooth.BluetoothGattCallback;
129 Context context, boolean autoConnect, BluetoothGattCallback callback) { in connectGatt()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowBluetoothDeviceTest.java11 import android.bluetooth.BluetoothGattCallback;
98 ApplicationProvider.getApplicationContext(), false, new BluetoothGattCallback() {})) in connectGatt_doesntCrash() method
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DGattClientFacade.java23 import android.bluetooth.BluetoothGattCallback;
2023 private class myBluetoothGattCallback extends BluetoothGattCallback {