Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dgatt_service.rs8 GattAdvCallbacksDispatcher, GattAdvInbandCallbacksDispatcher, GattClientCallbacksDispatcher,
82 GattAdvCallbacksDispatcher { in create()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1070 pub struct GattAdvCallbacksDispatcher { struct
1074 type GDAdvCb = Arc<Mutex<GattAdvCallbacksDispatcher>>; argument
1789 gatt_adv_callbacks_dispatcher: GattAdvCallbacksDispatcher, in initialize() argument
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs10 BtGattResponse, BtGattValue, Gatt, GattAdvCallbacksDispatcher,
1554 let gatt_adv_callbacks_dispatcher = GattAdvCallbacksDispatcher { in init_profiles()