Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dindication_handler.rs171 let (mut indication_handler, _confirmation_watcher) = in test_indication_sent()
177 indication_handler in test_indication_sent()
203 let (mut indication_handler, _confirmation_watcher) = in test_invalid_handle()
207 let ret = indication_handler in test_invalid_handle()
220 let (mut indication_handler, _confirmation_watcher) = in test_unsupported_permission()
224 let ret = indication_handler in test_unsupported_permission()
237 let (mut indication_handler, confirmation_watcher) = in test_confirmation_handled()
243 indication_handler in test_confirmation_handled()
263 let (mut indication_handler, confirmation_watcher) = in test_unblock_on_disconnect()
269 indication_handler in test_unblock_on_disconnect()
[all …]
Datt_server_bearer.rs31 indication_handler::{ConfirmationWatcher, IndicationError, IndicationHandler},
62 indication_handler: SharedMutex<IndicationHandler<T>>, field
76 let (indication_handler, pending_confirmation) = IndicationHandler::new(db.clone()); in new()
83 indication_handler: SharedMutex::new(indication_handler), in new()
125 let locked_indication_handler = self.indication_handler.lock(); in send_indication()
132 let mut indication_handler = locked_indication_handler in send_indication() localVariable
146 indication_handler.send(handle, data, mtu, |packet| this.try_send_packet(packet)).await in send_indication()
/packages/modules/Bluetooth/system/rust/src/gatt/
Dserver.rs7 mod indication_handler; module
45 pub use indication_handler::IndicationError;