Home
last modified time | relevance | path

Searched defs:gatt (Results 1 – 7 of 7) 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()
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 …]
DBluetoothGattServerCallback.java204 public void onConnectionUpdated(BluetoothDevice gatt, int interval, int latency, int timeout, in onConnectionUpdated()
DBluetoothDevice.java1725 BluetoothGatt gatt = new BluetoothGatt(iGatt, this, transport, phy); in connectGatt() local
DBluetoothAdapter.java2112 BluetoothGatt gatt = (BluetoothGatt)proxy; in closeProfileProxy() local
/frameworks/base/core/java/android/bluetooth/le/
DPeriodicAdvertisingManager.java138 IBluetoothGatt gatt; in registerSync() local
175 IBluetoothGatt gatt; in unregisterSync() local
DAdvertisingSet.java40 private final IBluetoothGatt gatt; field in AdvertisingSet
DBluetoothLeScanner.java211 IBluetoothGatt gatt; in startScan() local
275 IBluetoothGatt gatt; in stopScan() local