Searched refs:BluetoothGatt (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattCallback.java | 36 public void onPhyUpdate(BluetoothGatt gatt, int txPhy, int rxPhy, int status) { in onPhyUpdate() 50 public void onPhyRead(BluetoothGatt gatt, int txPhy, int rxPhy, int status) { in onPhyRead() 64 public void onConnectionStateChange(BluetoothGatt gatt, int status, in onConnectionStateChange() 76 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered() 88 public void onCharacteristicRead(BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, in onCharacteristicRead() 107 public void onCharacteristicWrite(BluetoothGatt gatt, in onCharacteristicWrite() 118 public void onCharacteristicChanged(BluetoothGatt gatt, in onCharacteristicChanged() 131 public void onDescriptorRead(BluetoothGatt gatt, BluetoothGattDescriptor descriptor, in onDescriptorRead() 144 public void onDescriptorWrite(BluetoothGatt gatt, BluetoothGattDescriptor descriptor, in onDescriptorWrite() 155 public void onReliableWriteCompleted(BluetoothGatt gatt, int status) { in onReliableWriteCompleted() [all …]
|
D | BluetoothGatt.java | 39 public final class BluetoothGatt implements BluetoothProfile { class 164 callback.onConnectionStateChange(BluetoothGatt.this, GATT_FAILURE, 200 callback.onPhyUpdate(BluetoothGatt.this, txPhy, rxPhy, status); 223 callback.onPhyRead(BluetoothGatt.this, txPhy, rxPhy, status); 249 callback.onConnectionStateChange(BluetoothGatt.this, status, 312 callback.onServicesDiscovered(BluetoothGatt.this, status); 364 callback.onCharacteristicRead(BluetoothGatt.this, characteristic, 414 callback.onCharacteristicWrite(BluetoothGatt.this, characteristic, 443 callback.onCharacteristicChanged(BluetoothGatt.this, characteristic); 491 callback.onDescriptorRead(BluetoothGatt.this, descriptor, status); [all …]
|
D | BluetoothDevice.java | 1754 public BluetoothGatt connectGatt(Context context, boolean autoConnect, in connectGatt() 1774 public BluetoothGatt connectGatt(Context context, boolean autoConnect, in connectGatt() 1798 public BluetoothGatt connectGatt(Context context, boolean autoConnect, in connectGatt() 1824 public BluetoothGatt connectGatt(Context context, boolean autoConnect, in connectGatt() 1856 public BluetoothGatt connectGatt(Context context, boolean autoConnect, in connectGatt() 1872 BluetoothGatt gatt = new BluetoothGatt(iGatt, this, transport, opportunistic, phy); in connectGatt()
|
D | BluetoothAdapter.java | 2113 BluetoothGatt gatt = (BluetoothGatt)proxy; in closeProfileProxy()
|
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/ |
D | BluetoothMidiDevice.java | 20 import android.bluetooth.BluetoothGatt; 72 private BluetoothGatt mBluetoothGatt; 99 public void onConnectionStateChange(BluetoothGatt gatt, int status, 113 public void onServicesDiscovered(BluetoothGatt gatt, int status) { 114 if (status == BluetoothGatt.GATT_SUCCESS) { 126 BluetoothGatt.CONNECTION_PRIORITY_HIGH); 142 public void onCharacteristicRead(BluetoothGatt gatt, 169 public void onCharacteristicWrite(BluetoothGatt gatt, 177 public void onCharacteristicChanged(BluetoothGatt gatt,
|
/frameworks/base/core/java/android/bluetooth/le/ |
D | BluetoothLeScanner.java | 27 import android.bluetooth.BluetoothGatt; 435 if (status == BluetoothGatt.GATT_SUCCESS) { in onScannerRegistered()
|
D | BluetoothLeAdvertiser.java | 21 import android.bluetooth.BluetoothGatt;
|
/frameworks/base/api/ |
D | current.txt | 7609 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi… 7610 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi… 7611 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi… 7612 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi… 7670 public final class BluetoothGatt implements android.bluetooth.BluetoothProfile { 7712 …method public void onCharacteristicChanged(android.bluetooth.BluetoothGatt, android.bluetooth.Blue… 7713 …method public void onCharacteristicRead(android.bluetooth.BluetoothGatt, android.bluetooth.Bluetoo… 7714 …method public void onCharacteristicWrite(android.bluetooth.BluetoothGatt, android.bluetooth.Blueto… 7715 method public void onConnectionStateChange(android.bluetooth.BluetoothGatt, int, int); 7716 …method public void onDescriptorRead(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothGa… [all …]
|
D | test-current.txt | 7641 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi… 7642 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi… 7643 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi… 7644 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi… 7702 public final class BluetoothGatt implements android.bluetooth.BluetoothProfile { 7744 …method public void onCharacteristicChanged(android.bluetooth.BluetoothGatt, android.bluetooth.Blue… 7745 …method public void onCharacteristicRead(android.bluetooth.BluetoothGatt, android.bluetooth.Bluetoo… 7746 …method public void onCharacteristicWrite(android.bluetooth.BluetoothGatt, android.bluetooth.Blueto… 7747 method public void onConnectionStateChange(android.bluetooth.BluetoothGatt, int, int); 7748 …method public void onDescriptorRead(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothGa… [all …]
|
D | system-current.txt | 8086 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi… 8087 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi… 8088 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi… 8089 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi… 8149 public final class BluetoothGatt implements android.bluetooth.BluetoothProfile { 8191 …method public void onCharacteristicChanged(android.bluetooth.BluetoothGatt, android.bluetooth.Blue… 8192 …method public void onCharacteristicRead(android.bluetooth.BluetoothGatt, android.bluetooth.Bluetoo… 8193 …method public void onCharacteristicWrite(android.bluetooth.BluetoothGatt, android.bluetooth.Blueto… 8194 method public void onConnectionStateChange(android.bluetooth.BluetoothGatt, int, int); 8195 …method public void onDescriptorRead(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothGa… [all …]
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 6192 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi… 6238 public final class BluetoothGatt implements android.bluetooth.BluetoothProfile { 6278 …method public void onCharacteristicChanged(android.bluetooth.BluetoothGatt, android.bluetooth.Blue… 6279 …method public void onCharacteristicRead(android.bluetooth.BluetoothGatt, android.bluetooth.Bluetoo… 6280 …method public void onCharacteristicWrite(android.bluetooth.BluetoothGatt, android.bluetooth.Blueto… 6281 method public void onConnectionStateChange(android.bluetooth.BluetoothGatt, int, int); 6282 …method public void onDescriptorRead(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothGa… 6283 …method public void onDescriptorWrite(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothG… 6284 method public void onMtuChanged(android.bluetooth.BluetoothGatt, int, int); 6285 method public void onReadRemoteRssi(android.bluetooth.BluetoothGatt, int, int); [all …]
|
/frameworks/base/config/ |
D | compiled-classes-phone | 714 android.bluetooth.BluetoothGatt
|