Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/gatt/
Dserver.rs48 pub struct GattModule { struct
52 // NOTE: this is logically owned by the GattModule. We share it behind a Mutex just so we argument
63 impl GattModule { argument
/packages/modules/Bluetooth/system/rust/tests/
Dgatt_server_test.rs82 gatt: &mut GattModule, in create_server_and_open_connection()