Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dindication_handler.rs47 pub fn new(db: T) -> (Self, ConfirmationWatcher) { in new() argument
49 (Self { db, pending_confirmation: rx }, ConfirmationWatcher(tx)) in new()
104 pub struct ConfirmationWatcher(mpsc::Sender<()>); struct
106 impl ConfirmationWatcher { implementation
Datt_server_bearer.rs31 indication_handler::{ConfirmationWatcher, IndicationError, IndicationHandler},
63 pending_confirmation: ConfirmationWatcher,