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()
337 pub fn get_att_database(&self, tcb_idx: TransportIndex) -> AttDatabaseImpl { in get_att_database()
343 pub struct AttDatabaseImpl { struct
349 impl AttDatabase for AttDatabaseImpl { argument
490 impl Clone for AttDatabaseImpl { implementation
496 impl AttDatabaseImpl { impl
1275 ) -> 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()
211) -> (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.rs171 ) -> Option<WeakBoxRef<AttServerBearer<AttDatabaseImpl>>> { in get_bearer()