Searched defs:gatt (Results 1 – 5 of 5) 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() 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 …]
|
| D | BluetoothDevice.java | 2166 BluetoothGatt gatt = new BluetoothGatt(iGatt, this, transport, opportunistic, phy); in connectGatt() local
|
| D | BluetoothAdapter.java | 2602 BluetoothGatt gatt = (BluetoothGatt) proxy; in closeProfileProxy() local
|
| /frameworks/base/core/java/android/bluetooth/le/ |
| D | PeriodicAdvertisingManager.java | 140 IBluetoothGatt gatt; in registerSync() local 178 IBluetoothGatt gatt; in unregisterSync() local
|
| D | BluetoothLeScanner.java | 222 IBluetoothGatt gatt; in startScan() local 288 IBluetoothGatt gatt; in stopScan() local
|