Searched refs:BluetoothGattCallback (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/ |
D | BluetoothMidiDevice.java | 21 import android.bluetooth.BluetoothGattCallback; 97 private final BluetoothGattCallback mGattCallback = new BluetoothGattCallback() {
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattCallback.java | 22 public abstract class BluetoothGattCallback { class
|
D | BluetoothGatt.java | 46 private BluetoothGattCallback mCallback; 583 private boolean registerApp(BluetoothGattCallback callback) { in registerApp() 640 /*package*/ boolean connect(Boolean autoConnect, BluetoothGattCallback callback) { in connect()
|
D | BluetoothDevice.java | 1565 BluetoothGattCallback callback) { in connectGatt() 1585 BluetoothGattCallback callback, int transport) { in connectGatt()
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
D | bluetooth-le.jd | 27 <li>{@link android.bluetooth.BluetoothGattCallback}</li> 333 {@link android.bluetooth.BluetoothGattCallback}: </p> 340 The {@link android.bluetooth.BluetoothGattCallback} is used to deliver results 381 private final BluetoothGattCallback mGattCallback = 382 new BluetoothGattCallback() { 594 an {@link android.bluetooth.BluetoothGattCallback#onCharacteristicChanged onCharacteristicChanged()}
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.3.jd | 405 {@link android.bluetooth.BluetoothGattCallback}. Your implementation of {@link 406 android.bluetooth.BluetoothGattCallback} receives callbacks regarding the connectivity 408 android.bluetooth.BluetoothGattCallback#onConnectionStateChange onConnectionStateChange()}
|
/frameworks/base/docs/html/sdk/api_diff/21/ |
D | missingSinces.txt | 731 NO DOC BLOCK: android.bluetooth.BluetoothGattCallback Method onMtuChanged(android.bluetooth.Bluetoo…
|
/frameworks/base/api/ |
D | current.txt | 7050 …uetoothGatt connectGatt(android.content.Context, boolean, android.bluetooth.BluetoothGattCallback); 7051 …thGatt connectGatt(android.content.Context, boolean, android.bluetooth.BluetoothGattCallback, int); 7138 public abstract class BluetoothGattCallback { 7139 ctor public BluetoothGattCallback();
|
D | test-current.txt | 7056 …uetoothGatt connectGatt(android.content.Context, boolean, android.bluetooth.BluetoothGattCallback); 7057 …thGatt connectGatt(android.content.Context, boolean, android.bluetooth.BluetoothGattCallback, int); 7144 public abstract class BluetoothGattCallback { 7145 ctor public BluetoothGattCallback();
|
D | system-current.txt | 7340 …uetoothGatt connectGatt(android.content.Context, boolean, android.bluetooth.BluetoothGattCallback); 7341 …thGatt connectGatt(android.content.Context, boolean, android.bluetooth.BluetoothGattCallback, int); 7430 public abstract class BluetoothGattCallback { 7431 ctor public BluetoothGattCallback();
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 6192 …uetoothGatt connectGatt(android.content.Context, boolean, android.bluetooth.BluetoothGattCallback); 6276 public abstract class BluetoothGattCallback { 6277 ctor public BluetoothGattCallback();
|