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.rs69 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.rs1172 unsafe impl Send for GattClient {} implementation
1178 pub struct GattClient { struct
1179 internal: RawGattClientWrapper, argument
1180 internal_cxx: cxx::UniquePtr<ffi::GattClientIntf>, argument
1183 impl GattClient { implementation