Home
last modified time | relevance | path

Searched refs:MoveToGattValue (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_service_base.h57 static GattValue MoveToGattValue(std::unique_ptr<uint8_t[]> &value);
H A Dgatt_service_base.cpp60 GattValue GattServiceBase::MoveToGattValue(std::unique_ptr<uint8_t[]> &value) in MoveToGattValue() function in OHOS::bluetooth::GattServiceBase
H A Dgatt_server_service.cpp264 auto sharedPtr = pimpl->MoveToGattValue(characteristic.value_); in NotifyClient()
291 auto sharedPtr = pimpl->MoveToGattValue(characteristic.value_); in RespondCharacteristicRead()
319 auto sharedPtr = pimpl->MoveToGattValue(characteristic.value_); in RespondCharacteristicReadByUuid()
360 auto sharedPtr = pimpl->MoveToGattValue(descriptor.value_); in RespondDescriptorRead()
H A Dgatt_client_service.cpp305 auto sharedPtr = pimpl->MoveToGattValue(characteristic.value_); in WriteCharacteristic()
327 auto sharedPtr = pimpl->MoveToGattValue(characteristic.value_); in SignedWriteCharacteristic()
361 auto sharedPtr = pimpl->MoveToGattValue(descriptor.value_); in WriteDescriptor()

Completed in 6 milliseconds