Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/include/hardware/
Dbt_hf_client.h28 } bthf_client_connection_state_t; typedef
181 const RawAddress* bd_addr, bthf_client_connection_state_t state,
402 struct formatter<bthf_client_connection_state_t>
403 : enum_formatter<bthf_client_connection_state_t> {};
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dhf_client.rs37 impl From<bindings::bthf_client_connection_state_t> for BthfClientConnectionState {
38 fn from(item: bindings::bthf_client_connection_state_t) -> Self { in from()
70 bindings::bthf_client_connection_state_t -> BthfClientConnectionState,
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf_client.cc80 bthf_client_connection_state_t state; // State of current connection
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfpclient.cpp72 bthf_client_connection_state_t state, in connection_state_cb()