Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dgatt_database.rs89 pub struct GattDatabase { struct
90 schema: RefCell<GattDatabaseSchema>, argument
91 listeners: RefCell<Vec<Rc<dyn GattDatabaseCallbacks>>>, argument
132 impl GattDatabase { impl
1274 gatt_db: &SharedBox<GattDatabase>, in make_bearer()
/packages/modules/Bluetooth/system/rust/src/gatt/server/services/
Dgatt.rs209 gatt_database: &SharedBox<GattDatabase>, in add_connection()