Home
last modified time | relevance | path

Searched defs:ConfirmationWatcher (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dindication_handler.rs47 pub fn new(db: T) -> (Self, ConfirmationWatcher) { in new() argument
104 pub struct ConfirmationWatcher(mpsc::Sender<()>); struct
106 impl ConfirmationWatcher { implementation