Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_server.cpp85 std::optional<std::reference_wrapper<GattDescriptor>> FindDescriptor(uint16_t handle);
206 auto gattdesc = serverSptr->pimpl->FindDescriptor(descriptor.handle_); in OnDescriptorReadRequest()
240 auto gattdesc = serverSptr->pimpl->FindDescriptor(descriptor.handle_); in OnDescriptorWriteRequest()
508 std::optional<std::reference_wrapper<GattDescriptor>> GattServer::impl::FindDescriptor(uint16_t han… in FindDescriptor() function in OHOS::Bluetooth::GattServer::impl