Home
last modified time | relevance | path

Searched defs:gatt (Results 1 – 5 of 5) 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 …]
DBluetoothDevice.java2166 BluetoothGatt gatt = new BluetoothGatt(iGatt, this, transport, opportunistic, phy); in connectGatt() local
DBluetoothAdapter.java2602 BluetoothGatt gatt = (BluetoothGatt) proxy; in closeProfileProxy() local
/frameworks/base/core/java/android/bluetooth/le/
DPeriodicAdvertisingManager.java140 IBluetoothGatt gatt; in registerSync() local
178 IBluetoothGatt gatt; in unregisterSync() local
DBluetoothLeScanner.java222 IBluetoothGatt gatt; in startScan() local
288 IBluetoothGatt gatt; in stopScan() local