HomeSort by relevance Sort by last modified time
    Searched full:bluetoothgattcallback (Results 1 - 24 of 24) sorted by null

  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 23 import android.bluetooth.BluetoothGattCallback;
71 private final BluetoothGattCallback mGattCallback = new BluetoothGattCallback() {
209 * {@code BluetoothGattCallback#onConnectionStateChange(android.bluetooth.BluetoothGatt, int, int)}
247 * {@code BluetoothGattCallback#onConnectionStateChange(android.bluetooth.BluetoothGatt, int, int)}
272 * asynchronously through the {@code BluetoothGattCallback#onCharacteristicRead(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothGattCharacteristic, int)}
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 23 import android.bluetooth.BluetoothGattCallback;
71 private final BluetoothGattCallback mGattCallback = new BluetoothGattCallback() {
209 * {@code BluetoothGattCallback#onConnectionStateChange(android.bluetooth.BluetoothGatt, int, int)}
247 * {@code BluetoothGattCallback#onConnectionStateChange(android.bluetooth.BluetoothGatt, int, int)}
272 * asynchronously through the {@code BluetoothGattCallback#onCharacteristicRead(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothGattCharacteristic, int)}
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
BluetoothLeService.java 23 import android.bluetooth.BluetoothGattCallback;
71 private final BluetoothGattCallback mGattCallback = new BluetoothGattCallback() {
209 * {@code BluetoothGattCallback#onConnectionStateChange(android.bluetooth.BluetoothGatt, int, int)}
247 * {@code BluetoothGattCallback#onConnectionStateChange(android.bluetooth.BluetoothGatt, int, int)}
272 * asynchronously through the {@code BluetoothGattCallback#onCharacteristicRead(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothGattCharacteristic, int)}
  /frameworks/base/core/java/android/bluetooth/
BluetoothGatt.java 34 * <p>To connect to a remote peripheral device, create a {@link BluetoothGattCallback}
45 private BluetoothGattCallback mCallback;
137 * Bluetooth GATT callbacks. Overrides the default BluetoothGattCallback implementation.
723 * <p>This is an asynchronous call. The callback {@link BluetoothGattCallback#onAppRegistered}
732 private boolean registerApp(BluetoothGattCallback callback, Handler handler) {
772 * {@link BluetoothGattCallback#onConnectionStateChange} callback will be
790 /*package*/ boolean connect(Boolean autoConnect, BluetoothGattCallback callback,
856 * {@link BluetoothGattCallback#onPhyUpdate} will be triggered as a result of this call, eve
    [all...]
BluetoothGattCallback.java 22 public abstract class BluetoothGattCallback{
BluetoothDevice.java     [all...]
  /frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
BluetoothMidiDevice.java 21 import android.bluetooth.BluetoothGattCallback;
97 private final BluetoothGattCallback mGattCallback = new BluetoothGattCallback() {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleConnectionPriorityClientService.java 23 import android.bluetooth.BluetoothGattCallback;
323 private final BluetoothGattCallback mGattCallbacks = new BluetoothGattCallback() {
BleEncryptedClientService.java 23 import android.bluetooth.BluetoothGattCallback;
299 private final BluetoothGattCallback mGattCallbacks = new BluetoothGattCallback() {
BleClientService.java 23 import android.bluetooth.BluetoothGattCallback;
486 public static BluetoothGatt connectGatt(BluetoothDevice device, Context context, boolean autoConnect, boolean isSecure, BluetoothGattCallback callback) {
    [all...]
  /packages/services/Car/TrustAgent/src/com/android/car/trust/comms/
SimpleBleClient.java 20 import android.bluetooth.BluetoothGattCallback;
305 private BluetoothGattCallback mGattCallback = new BluetoothGattCallback() {
  /packages/apps/Test/connectivity/PMC/src/com/android/pmc/
GattClientListener.java 24 import android.bluetooth.BluetoothGattCallback;
175 class GattCallback extends BluetoothGattCallback {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothAccessoryFragment.java 23 import android.bluetooth.BluetoothGattCallback;
241 private class GattBatteryCallbacks extends BluetoothGattCallback {
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
GattClientFacade.java 24 import android.bluetooth.BluetoothGattCallback;
    [all...]
  /prebuilts/misc/common/robolectric/lib/
android-all-4.3_r2-robolectric-0-sources.jar 
android-all-4.4_r1-robolectric-1-sources.jar 
android-all-5.0.0_r2-robolectric-1-sources.jar 
android-all-6.0.0_r1-robolectric-0-sources.jar 
  /development/sdk/
api-versions.xml     [all...]
  /prebuilts/sdk/api/
18.txt     [all...]
19.txt     [all...]
20.txt     [all...]
  /frameworks/data-binding/compiler/src/main/resources/
api-versions.xml     [all...]
  /frameworks/base/
compiled-classes-phone 704 android.bluetooth.BluetoothGattCallback
    [all...]

Completed in 2316 milliseconds