Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/include/hardware/
Dbt_hf.h59 typedef enum { BTHF_WBS_NONE, BTHF_WBS_NO, BTHF_WBS_YES } bthf_wbs_config_t; typedef
166 struct formatter<bluetooth::headset::bthf_wbs_config_t>
167 : enum_formatter<bluetooth::headset::bthf_wbs_config_t> {};
Dbluetooth_headset_callbacks.h115 virtual void WbsCallback(bthf_wbs_config_t wbs, RawAddress* bd_addr) = 0;
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/
Dhfp_shim.cc194 void WbsCallback(headset::bthf_wbs_config_t wbs, RawAddress* addr) override { in WbsCallback()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfp.cpp228 void WbsCallback(bluetooth::headset::bthf_wbs_config_t wbs_config, in WbsCallback()