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.rs81 pub struct GattDatabase { struct
82 schema: RefCell<GattDatabaseSchema>, argument
83 listeners: RefCell<Vec<Rc<dyn GattDatabaseCallbacks>>>, argument
124 impl GattDatabase { impl
1258 gatt_db: &SharedBox<GattDatabase>, in make_bearer()
/packages/modules/Bluetooth/system/rust/src/gatt/server/services/
Dgatt.rs197 gatt_database: &SharedBox<GattDatabase>, in add_connection()