Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dhfp.rs236 fn hfp_connection_state_callback(state: u32, addr: RawAddress); in hfp_connection_state_callback() function
328 hfp_connection_state_callback -> HfpCallbacks::ConnectionState,
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/
Dhfp_shim.cc38 rusty::hfp_connection_state_callback(state, *addr); in connection_state_cb()