Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dcsis.rs55 fn csis_connection_state_callback(addr: RawAddress, state: BtCsisConnectionState); in csis_connection_state_callback() function
90 csis_connection_state_callback -> CsisClientCallbacks::ConnectionState,
/packages/modules/Bluetooth/system/gd/rust/topshim/csis/
Dcsis_shim.cc77 csis_connection_state_callback(addr, to_rust_btcsis_connection_state(state)); in connection_state_cb()