Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/gatt/
Ddatabase.h86 struct Characteristic { struct
97 /* set and used for «Characteristic Extended Properties» only */ argument
/packages/modules/Bluetooth/system/service/
Dgatt_server_old.cc84 struct Characteristic { struct
85 Uuid uuid;
86 int blob_section;
87 std::vector<uint8_t> blob;
90 std::vector<uint8_t> next_blob;
91 bool next_blob_pending;
92 bool notify;
/packages/modules/Bluetooth/system/service/common/bluetooth/
Dcharacteristic.cc20 Characteristic::Characteristic(const Characteristic& other) { in Characteristic() function in bluetooth::Characteristic
Dcharacteristic.h29 Characteristic(uint16_t handle, const Uuid& uuid, uint8_t properties, in Characteristic() function
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/internal/bluetooth/
DGattDelegate.java490 static class Characteristic { class in GattDelegate
498 Characteristic(ParcelUuid uuid, int properties, int permissions) { in Characteristic() method in GattDelegate.Characteristic
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs416 Characteristic = 3, enumerator