Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCallback.java36 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()
63 public void onConnectionStateChange(BluetoothGatt gatt, int status, in onConnectionStateChange()
75 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered()
86 public void onCharacteristicRead(BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, in onCharacteristicRead()
104 public void onCharacteristicWrite(BluetoothGatt gatt, in onCharacteristicWrite()
115 public void onCharacteristicChanged(BluetoothGatt gatt, in onCharacteristicChanged()
127 public void onDescriptorRead(BluetoothGatt gatt, BluetoothGattDescriptor descriptor, in onDescriptorRead()
139 public void onDescriptorWrite(BluetoothGatt gatt, BluetoothGattDescriptor descriptor, in onDescriptorWrite()
150 public void onReliableWriteCompleted(BluetoothGatt gatt, int status) { in onReliableWriteCompleted()
[all …]
DBluetoothGatt.java41 public final class BluetoothGatt implements BluetoothProfile { class
179 callback.onConnectionStateChange(BluetoothGatt.this,
219 callback.onPhyUpdate(BluetoothGatt.this, txPhy, rxPhy, status);
244 callback.onPhyRead(BluetoothGatt.this, txPhy, rxPhy, status);
272 callback.onConnectionStateChange(BluetoothGatt.this, status,
338 callback.onServicesDiscovered(BluetoothGatt.this, status);
394 callback.onCharacteristicRead(BluetoothGatt.this, characteristic,
448 callback.onCharacteristicWrite(BluetoothGatt.this, characteristic,
478 callback.onCharacteristicChanged(BluetoothGatt.this,
530 callback.onDescriptorRead(BluetoothGatt.this, descriptor, status);
[all …]
DBluetoothDevice.java2044 public BluetoothGatt connectGatt(Context context, boolean autoConnect, in connectGatt()
2064 public BluetoothGatt connectGatt(Context context, boolean autoConnect, in connectGatt()
2088 public BluetoothGatt connectGatt(Context context, boolean autoConnect, in connectGatt()
2114 public BluetoothGatt connectGatt(Context context, boolean autoConnect, in connectGatt()
2147 public BluetoothGatt connectGatt(Context context, boolean autoConnect, in connectGatt()
2164 BluetoothGatt gatt = new BluetoothGatt(iGatt, this, transport, opportunistic, phy); in connectGatt()
DBluetoothAdapter.java2830 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/api/
Dlint-baseline.txt617 RequiresPermission: android.bluetooth.BluetoothGatt#abortReliableWrite():
619 RequiresPermission: android.bluetooth.BluetoothGatt#beginReliableWrite():
621 RequiresPermission: android.bluetooth.BluetoothGatt#disconnect():
623 RequiresPermission: android.bluetooth.BluetoothGatt#discoverServices():
625 RequiresPermission: android.bluetooth.BluetoothGatt#executeReliableWrite():
627 RequiresPermission: android.bluetooth.BluetoothGatt#getService(java.util.UUID):
629 RequiresPermission: android.bluetooth.BluetoothGatt#getServices():
631 RequiresPermission: android.bluetooth.BluetoothGatt#readCharacteristic(android.bluetooth.BluetoothG…
633 RequiresPermission: android.bluetooth.BluetoothGatt#readDescriptor(android.bluetooth.BluetoothGattD…
635 RequiresPermission: android.bluetooth.BluetoothGatt#readRemoteRssi():
[all …]
Dcurrent.txt8351 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi…
8352 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi…
8353 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi…
8354 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi…
8416 public final class BluetoothGatt implements android.bluetooth.BluetoothProfile {
8458 …method public void onCharacteristicChanged(android.bluetooth.BluetoothGatt, android.bluetooth.Blue…
8459 …method public void onCharacteristicRead(android.bluetooth.BluetoothGatt, android.bluetooth.Bluetoo…
8460 …method public void onCharacteristicWrite(android.bluetooth.BluetoothGatt, android.bluetooth.Blueto…
8461 method public void onConnectionStateChange(android.bluetooth.BluetoothGatt, int, int);
8462 …method public void onDescriptorRead(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothGa…
[all …]
/frameworks/base/core/java/android/bluetooth/le/
DBluetoothLeScanner.java26 import android.bluetooth.BluetoothGatt;
453 if (status == BluetoothGatt.GATT_SUCCESS) { in onScannerRegistered()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt10151 Landroid/bluetooth/BluetoothGatt;-><init>(Landroid/bluetooth/IBluetoothGatt;Landroid/bluetooth/Blue…
10152 Landroid/bluetooth/BluetoothGatt;->AUTHENTICATION_MITM:I
10153 Landroid/bluetooth/BluetoothGatt;->AUTHENTICATION_NONE:I
10154 Landroid/bluetooth/BluetoothGatt;->AUTHENTICATION_NO_MITM:I
10155 Landroid/bluetooth/BluetoothGatt;->AUTH_RETRY_STATE_IDLE:I
10156 Landroid/bluetooth/BluetoothGatt;->AUTH_RETRY_STATE_MITM:I
10157 Landroid/bluetooth/BluetoothGatt;->AUTH_RETRY_STATE_NO_MITM:I
10158 Landroid/bluetooth/BluetoothGatt;->CONN_STATE_CLOSED:I
10159 Landroid/bluetooth/BluetoothGatt;->CONN_STATE_CONNECTED:I
10160 Landroid/bluetooth/BluetoothGatt;->CONN_STATE_CONNECTING:I
[all …]
/frameworks/base/non-updatable-api/
Dcurrent.txt8351 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi…
8352 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi…
8353 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi…
8354 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi…
8416 public final class BluetoothGatt implements android.bluetooth.BluetoothProfile {
8458 …method public void onCharacteristicChanged(android.bluetooth.BluetoothGatt, android.bluetooth.Blue…
8459 …method public void onCharacteristicRead(android.bluetooth.BluetoothGatt, android.bluetooth.Bluetoo…
8460 …method public void onCharacteristicWrite(android.bluetooth.BluetoothGatt, android.bluetooth.Blueto…
8461 method public void onConnectionStateChange(android.bluetooth.BluetoothGatt, int, int);
8462 …method public void onDescriptorRead(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothGa…
[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 …]