Searched defs:GattDatabase (Results 1 – 2 of 2) sorted by relevance
89 pub struct GattDatabase { struct90 schema: RefCell<GattDatabaseSchema>, argument91 listeners: RefCell<Vec<Rc<dyn GattDatabaseCallbacks>>>, argument132 impl GattDatabase { impl1274 gatt_db: &SharedBox<GattDatabase>, in make_bearer()
209 gatt_database: &SharedBox<GattDatabase>, in add_connection()