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.rs116 bearer: WeakBoxRef<AttServerBearer<AttDatabaseImpl>>, in on_le_connect()
140 bearer: WeakBoxRef<AttServerBearer<AttDatabaseImpl>>, in on_bearer_ready()
329 pub fn get_att_database(&self, tcb_idx: TransportIndex) -> AttDatabaseImpl { in get_att_database()
335 pub struct AttDatabaseImpl { struct
341 impl AttDatabase for AttDatabaseImpl { implementation
482 impl Clone for AttDatabaseImpl { implementation
488 impl AttDatabaseImpl { implementation
1259 ) -> SharedBox<AttServerBearer<AttDatabaseImpl>> { in make_bearer()
/packages/modules/Bluetooth/system/rust/src/gatt/server/services/
Dgatt.rs106 bearer: WeakBoxRef<AttServerBearer<AttDatabaseImpl>>, in on_le_connect()
199 ) -> (AttDatabaseImpl, SharedBox<AttServerBearer<AttDatabaseImpl>>, UnboundedReceiver<att::Att>) in add_connection()
/packages/modules/Bluetooth/system/rust/src/gatt/mocks/
Dmock_database_callbacks.rs36 bearer: WeakBoxRef<AttServerBearer<AttDatabaseImpl>>, in on_le_connect()
/packages/modules/Bluetooth/system/rust/src/gatt/
Dserver.rs163 ) -> Option<WeakBoxRef<AttServerBearer<AttDatabaseImpl>>> { in get_bearer()