Home
last modified time | relevance | path

Searched refs:GattClient (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dlib.rs84 GattClient(GattClientCallbacks), enumerator
366 Message::GattClient(m) => { in dispatch()
Dbluetooth_gatt.rs1405 dispatch: make_message_dispatcher(self.tx.clone(), Message::GattClient), in init_profiles()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1189 unsafe impl Send for GattClient {} implementation
1195 pub struct GattClient { struct
1200 impl GattClient { impl
1850 pub client: GattClient,
1878 client: GattClient { in new()