Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_server.cpp82 std::optional<std::reference_wrapper<GattDescriptor>> FindDescriptor(uint16_t handle);
210 auto gattdesc = serverSptr->pimpl->FindDescriptor(descriptor.handle_);
248 auto gattdesc = serverSptr->pimpl->FindDescriptor(descriptor.handle_);
532 std::optional<std::reference_wrapper<GattDescriptor>> GattServer::impl::FindDescriptor(uint16_t handle) in FindDescriptor() function in OHOS::Bluetooth::RequestInformation::GattServer::impl

Completed in 3 milliseconds