Searched refs:BluetoothGattCallback (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGatt.java | 49 private volatile BluetoothGattCallback mCallback; 177 final BluetoothGattCallback callback = mCallback; 217 final BluetoothGattCallback callback = mCallback; 242 final BluetoothGattCallback callback = mCallback; 270 final BluetoothGattCallback callback = mCallback; 336 final BluetoothGattCallback callback = mCallback; 391 final BluetoothGattCallback callback = mCallback; 446 final BluetoothGattCallback callback = mCallback; 475 final BluetoothGattCallback callback = mCallback; 527 final BluetoothGattCallback callback = mCallback; [all …]
|
D | BluetoothGattCallback.java | 22 public abstract class BluetoothGattCallback { class
|
D | BluetoothDevice.java | 2047 BluetoothGattCallback callback) { in connectGatt() 2067 BluetoothGattCallback callback, int transport) { in connectGatt() 2091 BluetoothGattCallback callback, int transport, int phy) { in connectGatt() 2117 BluetoothGattCallback callback, int transport, int phy, in connectGatt() 2150 BluetoothGattCallback callback, int transport, in connectGatt()
|
/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/api/ |
D | current.txt | 8348 …uetoothGatt connectGatt(android.content.Context, boolean, android.bluetooth.BluetoothGattCallback); 8349 …thGatt connectGatt(android.content.Context, boolean, android.bluetooth.BluetoothGattCallback, int); 8350 …t connectGatt(android.content.Context, boolean, android.bluetooth.BluetoothGattCallback, int, int); 8351 …t connectGatt(android.content.Context, boolean, android.bluetooth.BluetoothGattCallback, int, int,… 8451 public abstract class BluetoothGattCallback { 8452 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();
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 10861 Landroid/bluetooth/BluetoothGatt;->registerApp(Landroid/bluetooth/BluetoothGattCallback;Landroid/os… 10866 Landroid/bluetooth/BluetoothGattCallback;->onConnectionUpdated(Landroid/bluetooth/BluetoothGatt;III…
|