Searched defs:gatt (Results 1 – 7 of 7) 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 | BluetoothGattServerCallback.java | 204 public void onConnectionUpdated(BluetoothDevice gatt, int interval, int latency, int timeout, in onConnectionUpdated()
|
| D | BluetoothDevice.java | 1725 BluetoothGatt gatt = new BluetoothGatt(iGatt, this, transport, phy); in connectGatt() local
|
| D | BluetoothAdapter.java | 2112 BluetoothGatt gatt = (BluetoothGatt)proxy; in closeProfileProxy() local
|
| /frameworks/base/core/java/android/bluetooth/le/ |
| D | PeriodicAdvertisingManager.java | 138 IBluetoothGatt gatt; in registerSync() local 175 IBluetoothGatt gatt; in unregisterSync() local
|
| D | AdvertisingSet.java | 40 private final IBluetoothGatt gatt; field in AdvertisingSet
|
| D | BluetoothLeScanner.java | 211 IBluetoothGatt gatt; in startScan() local 275 IBluetoothGatt gatt; in stopScan() local
|