Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/service/common/android/bluetooth/
Dbluetooth_gatt_characteristic.h35 BluetoothGattCharacteristic( in BluetoothGattCharacteristic() function
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattCharacteristic.java37 public class BluetoothGattCharacteristic implements Parcelable { class
257 public BluetoothGattCharacteristic(UUID uuid, int properties, int permissions) { in BluetoothGattCharacteristic() method in BluetoothGattCharacteristic
266 /*package*/ BluetoothGattCharacteristic(BluetoothGattService service, in BluetoothGattCharacteristic() method in BluetoothGattCharacteristic
277 public BluetoothGattCharacteristic(UUID uuid, int instanceId, in BluetoothGattCharacteristic() method in BluetoothGattCharacteristic
327 private BluetoothGattCharacteristic(Parcel in) { in BluetoothGattCharacteristic() method in BluetoothGattCharacteristic
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs277 pub struct BluetoothGattCharacteristic { struct
287 impl BluetoothGattCharacteristic { argument
302 ) -> BluetoothGattCharacteristic { in new()