OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Characteristic
(Results
1 - 3
of
3
) sorted by null
/system/bt/service/common/bluetooth/
characteristic.cc
17
#include <bluetooth/
characteristic
.h>
20
Characteristic
::
Characteristic
(const
Characteristic
& other) {
28
Characteristic
&
Characteristic
::operator=(const
Characteristic
& other) {
40
bool
Characteristic
::Equals(const
Characteristic
& other) const {
47
bool
Characteristic
::operator==(const Characteristic& rhs) const
[
all
...]
characteristic.h
25
class
Characteristic
{
27
Characteristic
() = default;
28
Characteristic
(const
Characteristic
& other);
29
Characteristic
(uint16_t handle, const UUID& uuid, uint8_t properties,
37
Characteristic
& operator=(const
Characteristic
& other);
38
virtual ~
Characteristic
() = default;
41
bool Equals(const
Characteristic
& other) const;
42
bool operator==(const
Characteristic
& rhs) const
[
all
...]
/system/bt/service/
gatt_server_old.cc
85
struct
Characteristic
{
107
std::unordered_map<int,
Characteristic
> characteristics;
168
// If the added
characteristic
is blob
178
bluetooth::gatt::
Characteristic
& ctrl =
211
bluetooth::gatt::
Characteristic
& ch =
262
bluetooth::gatt::
Characteristic
& ch =
277
// This is a single frame
characteristic
write.
286
// This is a multi-frame
characteristic
write.
628
LOG_ERROR(LOG_TAG, "Failed to add
characteristic
to service: 0x%04x",
642
// First, add the primary attribute (
characteristic
value
[
all
...]
Completed in 926 milliseconds