Searched refs:characteristic_ (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_gatt_descriptor.cpp | 27 : handle_(0), permissions_(permissions), characteristic_(nullptr), value_(nullptr), length_(0), uuid_(uuid) in GattDescriptor() 31 : handle_(handle), permissions_(permissions), characteristic_(nullptr), value_(nullptr), length_(0), uuid_(uuid) in GattDescriptor() 37 characteristic_(src.characteristic_), in GattDescriptor() 57 characteristic_ = src.characteristic_; in operator =() 73 return characteristic_; in GetCharacteristic()
|
H A D | bluetooth_gatt_characteristic.cpp | 112 descriptors_.insert(descriptors_.end(), std::move(desc))->characteristic_ = this; in GattCharacteristic() 118 descriptors_.insert(descriptors_.end(), descriptor)->characteristic_ = this; in AddDescriptor()
|
H A D | bluetooth_gatt_server.cpp | 44 GattCharacteristic *characteristic_; member 50 .characteristic_ = characteristic in RequestInformation() 838 gattdevice, request->context_.characteristic_->GetHandle(), value, length, status); in SendResponse() 842 gattdevice, request->context_.characteristic_->GetHandle(), status); in SendResponse()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_cache.cpp | 198 cccBlob.value_.characteristic_.properties_ = ccc.second.properties_; in StoredToFile() 199 cccBlob.value_.characteristic_.valueHandle_ = ccc.second.valueHandle_; in StoredToFile() 200 cccBlob.value_.characteristic_.uuid_ = ccc.second.uuid_; in StoredToFile() 239 item.value_.characteristic_.properties_, in LoadFromFile() 240 item.value_.characteristic_.valueHandle_, in LoadFromFile() 241 item.value_.characteristic_.uuid_)); in LoadFromFile()
|
H A D | gatt_cache.h | 131 } characteristic_; member
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_gatt_descriptor.h | 169 GattCharacteristic *characteristic_; member in OHOS::Bluetooth::GattDescriptor
|
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_ble_utils.h | 74 GattCharacteristic characteristic_ = {UUID::FromString("0"), 0, 0}; member
|
Completed in 5 milliseconds