Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dgatt_service.rs8 GattAdvCallbacksDispatcher, GattAdvInbandCallbacksDispatcher, GattClientCallbacksDispatcher,
77 GattAdvInbandCallbacksDispatcher { in create()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1122 pub struct GattAdvInbandCallbacksDispatcher { struct
1126 type GDAdvInbandCb = Arc<Mutex<GattAdvInbandCallbacksDispatcher>>; argument
1788 gatt_adv_inband_callbacks_dispatcher: GattAdvInbandCallbacksDispatcher, in initialize() argument
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs11 GattAdvInbandCallbacksDispatcher, GattClientCallbacks, GattClientCallbacksDispatcher,
1544 let gatt_adv_inband_callbacks_dispatcher = GattAdvInbandCallbacksDispatcher { in init_profiles()