Home
last modified time | relevance | path

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

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