Home
last modified time | relevance | path

Searched defs:GattClient (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dlib.rs84 GattClient(GattClientCallbacks), enumerator
/packages/modules/Bluetooth/system/rust/src/
Dconnection.rs64 GattClient(u8), enumerator
/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dgatt_client.py28 class GattClient(AsyncClosable): class
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1163 unsafe impl Send for GattClient {} implementation
1169 pub struct GattClient { struct
1170 internal: RawGattClientWrapper, argument
1171 internal_cxx: cxx::UniquePtr<ffi::GattClientIntf>, argument
1174 impl GattClient { impl