Searched refs:GattModule (Results 1 – 3 of 3) sorted by relevance
56 pub gatt_module: &'a mut gatt::server::GattModule,96 let gatt_module = &mut gatt::server::GattModule::new(att_transport.clone(), arbiter); in start()
48 pub struct GattModule { struct63 impl GattModule { impl
29 GattModule, IndicationError,72 fn start_gatt_module() -> (gatt::server::GattModule, UnboundedReceiver<(TransportIndex, AttBuilder)… in start_gatt_module()76 let gatt = GattModule::new(Rc::new(transport), Arc::new(Mutex::new(arbiter))); in start_gatt_module()82 gatt: &mut GattModule, in create_server_and_open_connection() argument