Home
last modified time | relevance | path

Searched defs:Descriptor (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/bta/gatt/
Ddatabase.h94 struct Descriptor { struct
95 uint16_t handle;
96 bluetooth::Uuid uuid;
98 uint16_t characteristic_extended_properties;
/packages/modules/Bluetooth/system/service/common/bluetooth/
Ddescriptor.h27 Descriptor(uint16_t handle, const Uuid& uuid, uint16_t permissions) in Descriptor() function
Ddescriptor.cc20 Descriptor::Descriptor(const Descriptor& other) { in Descriptor() function in bluetooth::Descriptor
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/internal/bluetooth/
DGattDelegate.java542 static class Descriptor { class in GattDelegate
548 Descriptor(ParcelUuid uuid, int permissions) { in Descriptor() method in GattDelegate.Descriptor
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlService.java88 private class Descriptor { class in VolumeControlService.VolumeControlOffsetDescriptor
89 Descriptor() { in Descriptor() method in VolumeControlService.VolumeControlOffsetDescriptor.Descriptor
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs417 Descriptor = 4, enumerator