Searched defs:GattDatabase (Results 1 – 2 of 2) sorted by relevance
81 pub struct GattDatabase { struct82 schema: RefCell<GattDatabaseSchema>, argument83 listeners: RefCell<Vec<Rc<dyn GattDatabaseCallbacks>>>, argument124 impl GattDatabase { impl1258 gatt_db: &SharedBox<GattDatabase>, in make_bearer()
197 gatt_database: &SharedBox<GattDatabase>, in add_connection()