Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dhf_client.rs43 impl From<bindings::bthf_client_audio_state_t> for BthfClientAudioState {
44 fn from(item: bindings::bthf_client_audio_state_t) -> Self { in from()
80 bindings::bthf_client_audio_state_t -> BthfClientAudioState,{
/packages/modules/Bluetooth/system/include/hardware/
Dbt_hf_client.h36 } bthf_client_audio_state_t; typedef
188 const RawAddress* bd_addr, bthf_client_audio_state_t state);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf_client.cc172 (bthf_client_audio_state_t)BTHF_CLIENT_AUDIO_STATE_CONNECTING); in btif_in_hf_client_generic_evt()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfpclient.cpp89 bthf_client_audio_state_t state) { in audio_state_cb()