Searched refs:bthf_wbs_config_t (Results 1 – 4 of 4) sorted by relevance
59 typedef enum { BTHF_WBS_NONE, BTHF_WBS_NO, BTHF_WBS_YES } bthf_wbs_config_t; typedef166 struct formatter<bluetooth::headset::bthf_wbs_config_t>167 : enum_formatter<bluetooth::headset::bthf_wbs_config_t> {};
115 virtual void WbsCallback(bthf_wbs_config_t wbs, RawAddress* bd_addr) = 0;
194 void WbsCallback(headset::bthf_wbs_config_t wbs, RawAddress* addr) override { in WbsCallback()
228 void WbsCallback(bluetooth::headset::bthf_wbs_config_t wbs_config, in WbsCallback()