Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1142 pub struct GattAdvInbandCallbacksDispatcher { struct
1146 impl Debug for GattAdvInbandCallbacksDispatcher { argument
1152 type GDAdvInbandCb = Arc<Mutex<GattAdvInbandCallbacksDispatcher>>;
1910 gatt_adv_inband_callbacks_dispatcher: GattAdvInbandCallbacksDispatcher, in initialize() argument
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs11 GattAdvInbandCallbacksDispatcher, GattClientCallbacks, GattClientCallbacksDispatcher,
1416 let gatt_adv_inband_callbacks_dispatcher = GattAdvInbandCallbacksDispatcher { in init_profiles()