Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs1069 type BaseCb = Arc<Mutex<BaseCallbacksDispatcher>>; typedef
1071 cb_variant!(BaseCb, adapter_state_cb -> BaseCallbacks::AdapterState, u32 -> BtState);
1072 cb_variant!(BaseCb, adapter_properties_cb -> BaseCallbacks::AdapterProperties,
1076 cb_variant!(BaseCb, remote_device_properties_cb -> BaseCallbacks::RemoteDeviceProperties,
1081 cb_variant!(BaseCb, device_found_cb -> BaseCallbacks::DeviceFound,
1085 cb_variant!(BaseCb, discovery_state_cb -> BaseCallbacks::DiscoveryState,
1087 cb_variant!(BaseCb, pin_request_cb -> BaseCallbacks::PinRequest,
1092 cb_variant!(BaseCb, ssp_request_cb -> BaseCallbacks::SspRequest,
1096 cb_variant!(BaseCb, bond_state_cb -> BaseCallbacks::BondState,
1101 cb_variant!(BaseCb, address_consolidate_cb -> BaseCallbacks::AddressConsolidate,
[all …]