Home
last modified time | relevance | path

Searched refs:BluetoothGatt (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCallback.java38 public void onPhyUpdate(BluetoothGatt gatt, int txPhy, int rxPhy, int status) { in onPhyUpdate()
52 public void onPhyRead(BluetoothGatt gatt, int txPhy, int rxPhy, int status) { in onPhyRead()
65 public void onConnectionStateChange(BluetoothGatt gatt, int status, in onConnectionStateChange()
77 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered()
88 public void onCharacteristicRead(BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, in onCharacteristicRead()
106 public void onCharacteristicWrite(BluetoothGatt gatt, in onCharacteristicWrite()
117 public void onCharacteristicChanged(BluetoothGatt gatt, in onCharacteristicChanged()
129 public void onDescriptorRead(BluetoothGatt gatt, BluetoothGattDescriptor descriptor, in onDescriptorRead()
141 public void onDescriptorWrite(BluetoothGatt gatt, BluetoothGattDescriptor descriptor, in onDescriptorWrite()
152 public void onReliableWriteCompleted(BluetoothGatt gatt, int status) { in onReliableWriteCompleted()
[all …]
DBluetoothGatt.java47 public final class BluetoothGatt implements BluetoothProfile { class
188 callback.onConnectionStateChange(BluetoothGatt.this,
228 callback.onPhyUpdate(BluetoothGatt.this, txPhy, rxPhy, status);
253 callback.onPhyRead(BluetoothGatt.this, txPhy, rxPhy, status);
281 callback.onConnectionStateChange(BluetoothGatt.this, status,
347 callback.onServicesDiscovered(BluetoothGatt.this, status);
405 callback.onCharacteristicRead(BluetoothGatt.this, characteristic,
460 callback.onCharacteristicWrite(BluetoothGatt.this, characteristic,
490 callback.onCharacteristicChanged(BluetoothGatt.this,
544 callback.onDescriptorRead(BluetoothGatt.this, descriptor, status);
[all …]
DBluetoothDevice.java2425 public BluetoothGatt connectGatt(Context context, boolean autoConnect, in connectGatt()
2447 public BluetoothGatt connectGatt(Context context, boolean autoConnect, in connectGatt()
2473 public BluetoothGatt connectGatt(Context context, boolean autoConnect, in connectGatt()
2501 public BluetoothGatt connectGatt(Context context, boolean autoConnect, in connectGatt()
2536 public BluetoothGatt connectGatt(Context context, boolean autoConnect, in connectGatt()
2553 BluetoothGatt gatt = new BluetoothGatt( in connectGatt()
DBluetoothAdapter.java3122 BluetoothGatt gatt = (BluetoothGatt) proxy; in closeProfileProxy()
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
DBluetoothMidiDevice.java20 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/
DBluetoothLeScanner.java27 import android.bluetooth.BluetoothGatt;
488 if (status == BluetoothGatt.GATT_SUCCESS) { in onScannerRegistered()
/frameworks/base/core/api/
Dcurrent.txt9024 …droid.Manifest.permission.BLUETOOTH_CONNECT) public android.bluetooth.BluetoothGatt connectGatt(an…
9025 …droid.Manifest.permission.BLUETOOTH_CONNECT) public android.bluetooth.BluetoothGatt connectGatt(an…
9026 …droid.Manifest.permission.BLUETOOTH_CONNECT) public android.bluetooth.BluetoothGatt connectGatt(an…
9027 …droid.Manifest.permission.BLUETOOTH_CONNECT) public android.bluetooth.BluetoothGatt connectGatt(an…
9092 public final class BluetoothGatt implements android.bluetooth.BluetoothProfile {
9134 …method public void onCharacteristicChanged(android.bluetooth.BluetoothGatt, android.bluetooth.Blue…
9135 …method public void onCharacteristicRead(android.bluetooth.BluetoothGatt, android.bluetooth.Bluetoo…
9136 …method public void onCharacteristicWrite(android.bluetooth.BluetoothGatt, android.bluetooth.Blueto…
9137 method public void onConnectionStateChange(android.bluetooth.BluetoothGatt, int, int);
9138 …method public void onDescriptorRead(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothGa…
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt10142 Landroid/bluetooth/BluetoothGatt;-><init>(Landroid/bluetooth/IBluetoothGatt;Landroid/bluetooth/Blue…
10143 Landroid/bluetooth/BluetoothGatt;->AUTHENTICATION_MITM:I
10144 Landroid/bluetooth/BluetoothGatt;->AUTHENTICATION_NONE:I
10145 Landroid/bluetooth/BluetoothGatt;->AUTHENTICATION_NO_MITM:I
10146 Landroid/bluetooth/BluetoothGatt;->AUTH_RETRY_STATE_IDLE:I
10147 Landroid/bluetooth/BluetoothGatt;->AUTH_RETRY_STATE_MITM:I
10148 Landroid/bluetooth/BluetoothGatt;->AUTH_RETRY_STATE_NO_MITM:I
10149 Landroid/bluetooth/BluetoothGatt;->CONN_STATE_CLOSED:I
10150 Landroid/bluetooth/BluetoothGatt;->CONN_STATE_CONNECTED:I
10151 Landroid/bluetooth/BluetoothGatt;->CONN_STATE_CONNECTING:I
[all …]
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt6192 …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/boot/
Dpreloaded-classes1053 android.bluetooth.BluetoothGatt
Dboot-image-profile.txt23881 Landroid/bluetooth/BluetoothGatt;
/frameworks/base/config/
Dpreloaded-classes1050 android.bluetooth.BluetoothGatt
Dboot-image-profile.txt33514 Landroid/bluetooth/BluetoothGatt;