Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dcsis.rs105 pub struct CsisClient { struct
106 internal: cxx::UniquePtr<ffi::CsisClientIntf>, argument
113 unsafe impl Send for CsisClient {} implementation
115 impl ToggleableProfile for CsisClient { implementation
144 impl CsisClient { implementation
145 pub fn new(intf: &BluetoothInterface) -> CsisClient { in new()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dlib.rs98 CsisClient(CsisClientCallbacks), enumerator