Searched refs:BluetoothGattCallback (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGatt.java | 45 private volatile BluetoothGattCallback mCallback; 167 final BluetoothGattCallback callback = mCallback; 207 final BluetoothGattCallback callback = mCallback; 232 final BluetoothGattCallback callback = mCallback; 260 final BluetoothGattCallback callback = mCallback; 326 final BluetoothGattCallback callback = mCallback; 381 final BluetoothGattCallback callback = mCallback; 436 final BluetoothGattCallback callback = mCallback; 465 final BluetoothGattCallback callback = mCallback; 517 final BluetoothGattCallback callback = mCallback; [all …]
|
D | BluetoothGattCallback.java | 22 public abstract class BluetoothGattCallback { class
|
D | BluetoothDevice.java | 1802 BluetoothGattCallback callback) { in connectGatt() 1822 BluetoothGattCallback callback, int transport) { in connectGatt() 1846 BluetoothGattCallback callback, int transport, int phy) { in connectGatt() 1872 BluetoothGattCallback callback, int transport, int phy, in connectGatt() 1904 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/config/ |
D | hiddenapi-light-greylist.txt | 1131 …Device;->connectGatt(Landroid/content/Context;ZLandroid/bluetooth/BluetoothGattCallback;IZILandroi… 1158 …oth/BluetoothGatt;->connect(Ljava/lang/Boolean;Landroid/bluetooth/BluetoothGattCallback;Landroid/o… 1161 Landroid/bluetooth/BluetoothGatt;->mCallback:Landroid/bluetooth/BluetoothGattCallback;
|
D | hiddenapi-public-dex.txt | 5435 …Device;->connectGatt(Landroid/content/Context;ZLandroid/bluetooth/BluetoothGattCallback;)Landroid/… 5436 …Device;->connectGatt(Landroid/content/Context;ZLandroid/bluetooth/BluetoothGattCallback;I)Landroid… 5437 …Device;->connectGatt(Landroid/content/Context;ZLandroid/bluetooth/BluetoothGattCallback;II)Landroi… 5438 …Device;->connectGatt(Landroid/content/Context;ZLandroid/bluetooth/BluetoothGattCallback;IILandroid… 5527 Landroid/bluetooth/BluetoothGattCallback; 5528 Landroid/bluetooth/BluetoothGattCallback;-><init>()V 5529 Landroid/bluetooth/BluetoothGattCallback;->onCharacteristicChanged(Landroid/bluetooth/BluetoothGatt… 5530 Landroid/bluetooth/BluetoothGattCallback;->onCharacteristicRead(Landroid/bluetooth/BluetoothGatt;La… 5531 Landroid/bluetooth/BluetoothGattCallback;->onCharacteristicWrite(Landroid/bluetooth/BluetoothGatt;L… 5532 Landroid/bluetooth/BluetoothGattCallback;->onConnectionStateChange(Landroid/bluetooth/BluetoothGatt… [all …]
|
D | boot-image-profile.txt | 1241 HPLandroid/bluetooth/BluetoothGattCallback;-><init>()V
|
/frameworks/base/api/ |
D | current.txt | 8064 …uetoothGatt connectGatt(android.content.Context, boolean, android.bluetooth.BluetoothGattCallback); 8065 …thGatt connectGatt(android.content.Context, boolean, android.bluetooth.BluetoothGattCallback, int); 8066 …t connectGatt(android.content.Context, boolean, android.bluetooth.BluetoothGattCallback, int, int); 8067 …t connectGatt(android.content.Context, boolean, android.bluetooth.BluetoothGattCallback, int, int,… 8165 public abstract class BluetoothGattCallback { 8166 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();
|