Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1155 unsafe impl Send for GattClient {} implementation
1161 pub struct GattClient { struct
1162 internal: RawGattClientWrapper, argument
1163 internal_cxx: cxx::UniquePtr<ffi::GattClientIntf>, argument
1166 impl GattClient { implementation
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dgatt_client.py28 class GattClient(AsyncClosable): class
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dlib.rs87 GattClient(GattClientCallbacks), enumerator
/aosp_15_r20/external/python/bumble/apps/
Dbench.py637 class GattClient: class