Home
last modified time | relevance | path

Searched defs:AttDatabaseImpl (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dgatt_database.rs124 bearer: WeakBoxRef<AttServerBearer<AttDatabaseImpl>>, in on_le_connect()
148 bearer: WeakBoxRef<AttServerBearer<AttDatabaseImpl>>, in on_bearer_ready()
331 pub fn get_att_database(&self, tcb_idx: TransportIndex) -> AttDatabaseImpl { in get_att_database()
337 pub struct AttDatabaseImpl { struct
343 impl AttDatabase for AttDatabaseImpl { argument
491 impl Clone for AttDatabaseImpl { implementation
497 impl AttDatabaseImpl { impl
1279 ) -> SharedBox<AttServerBearer<AttDatabaseImpl>> { in make_bearer()
/packages/modules/Bluetooth/system/rust/src/gatt/server/services/
Dgatt.rs113 bearer: WeakBoxRef<AttServerBearer<AttDatabaseImpl>>, in on_le_connect()
214) -> (AttDatabaseImpl, SharedBox<AttServerBearer<AttDatabaseImpl>>, UnboundedReceiver<AttBuilder>) in add_connection()
/packages/modules/Bluetooth/system/rust/src/gatt/mocks/
Dmock_database_callbacks.rs42 bearer: WeakBoxRef<AttServerBearer<AttDatabaseImpl>>, in on_le_connect()
/packages/modules/Bluetooth/system/rust/src/gatt/
Dserver.rs144 ) -> Option<WeakBoxRef<AttServerBearer<AttDatabaseImpl>>> { in get_bearer()