Home
last modified time | relevance | path

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

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