Searched defs:Characteristic (Results 1 – 4 of 4) sorted by relevance
83 struct Characteristic { struct84 uint16_t declaration_handle;85 bluetooth::Uuid uuid;86 uint16_t value_handle;87 uint8_t properties;88 std::vector<Descriptor> descriptors;
20 Characteristic::Characteristic(const Characteristic& other) { in Characteristic() function in bluetooth::Characteristic
29 Characteristic(uint16_t handle, const Uuid& uuid, uint8_t properties, in Characteristic() function
85 struct Characteristic { struct86 Uuid uuid;87 int blob_section;88 std::vector<uint8_t> blob;91 std::vector<uint8_t> next_blob;92 bool next_blob_pending;93 bool notify;