Home
last modified time | relevance | path

Searched defs:BluetoothGattCharacteristic (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattCharacteristic.java38 public class BluetoothGattCharacteristic implements Parcelable { class
196 public BluetoothGattCharacteristic(UUID uuid, int properties, int permissions) { in BluetoothGattCharacteristic() method in BluetoothGattCharacteristic
205 /*package*/ BluetoothGattCharacteristic( in BluetoothGattCharacteristic() method in BluetoothGattCharacteristic
219 public BluetoothGattCharacteristic(UUID uuid, int instanceId, int properties, int permissions) { in BluetoothGattCharacteristic() method in BluetoothGattCharacteristic
271 private BluetoothGattCharacteristic(Parcel in) { in BluetoothGattCharacteristic() method in BluetoothGattCharacteristic
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs706 pub struct BluetoothGattCharacteristic { struct
716 impl BluetoothGattCharacteristic { argument
742 ) -> BluetoothGattCharacteristic { in new()