Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_server.cpp210 auto gattdesc = serverSptr->pimpl->FindDescriptor(descriptor.handle_); local
211 if (gattdesc.has_value()) {
215 RequestInformation(REQUEST_TYPE_DESCRIPTOR_READ, device, &gattdesc.value().get()));
226 gattdesc.value().get(),
248 auto gattdesc = serverSptr->pimpl->FindDescriptor(descriptor.handle_); local
249 if (gattdesc.has_value()) {
250 gattdesc.value().get().SetValue(descriptor.value_.get(), descriptor.length_);
255 RequestInformation(REQUEST_TYPE_DESCRIPTOR_WRITE, device, &gattdesc.value().get()));
266 gattdesc.value().get(),

Completed in 2 milliseconds