Home
last modified time | relevance | path

Searched refs:gattDescriptor (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_service.cpp1038 Descriptor gattDescriptor(descriptor->handle_, descriptor->uuid_, descriptor->permissions_); in OnDescriptorWriteEvent()
1039 gattDescriptor.length_ = length; in OnDescriptorWriteEvent()
1040 gattDescriptor.value_ = std::move(*value); in OnDescriptorWriteEvent()
1042 server->second.callback_->OnDescriptorWriteRequest(remote->second.GetDevice(), gattDescriptor); in OnDescriptorWriteEvent()
1200 bluetooth::Descriptor gattDescriptor(descriptorValue.value().get().type_, in BuildService()
1206 gattCCC.descriptors_.push_back(std::move(gattDescriptor)); in BuildService()
H A Dgatt_client_service.cpp983 Descriptor gattDescriptor; in OnReadDescriptorValueEvent() local
985 gattDescriptor.value_ = std::move(*value); in OnReadDescriptorValueEvent()
986 gattDescriptor.length_ = length; in OnReadDescriptorValueEvent()
987 it.value()->second.callback_.OnDescriptorRead(ret, gattDescriptor); in OnReadDescriptorValueEvent()
989 it.value()->second.callback_.OnDescriptorRead(ret, gattDescriptor); in OnReadDescriptorValueEvent()

Completed in 5 milliseconds