Home
last modified time | relevance | path

Searched defs:gatt (Results 1 – 5 of 5) 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 …]
DBluetoothDevice.java2553 BluetoothGatt gatt = new BluetoothGatt( in connectGatt() local
DBluetoothAdapter.java3122 BluetoothGatt gatt = (BluetoothGatt) proxy; in closeProfileProxy() local
/frameworks/base/core/java/android/bluetooth/le/
DPeriodicAdvertisingManager.java155 IBluetoothGatt gatt; in registerSync() local
197 IBluetoothGatt gatt; in unregisterSync() local
DBluetoothLeScanner.java254 IBluetoothGatt gatt; in startScan() local
324 IBluetoothGatt gatt; in stopScan() local