Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dvc.rs76 fn vc_connection_state_callback(state: BtVcConnectionState, addr: RawAddress); in vc_connection_state_callback() function
128 vc_connection_state_callback -> VolumeControlCallbacks::ConnectionState,
/packages/modules/Bluetooth/system/gd/rust/topshim/vc/
Dvc_shim.cc54 vc_connection_state_callback(to_rust_btvc_connection_state(state), address); in connection_state_cb()