Home
last modified time | relevance | path

Searched refs:GattServerContext (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dbt_gatt.rs55 pub(crate) struct GattServerContext { struct
62 impl GattServerContext { implementation
64 GattServerContext { is_connect_direct: false, connect_transport: BtTransport::Le } in new()
Dmain.rs15 use crate::bt_gatt::{GattClientContext, GattServerContext};
153 gatt_server_context: GattServerContext,
216 gatt_server_context: GattServerContext::new(), in new()