Searched refs:get_swb_supported (Results 1 – 16 of 16) sorted by relevance
45 struct get_swb_supported get_swb_supported; variable67 bool get_swb_supported::return_value = false;101 bool get_swb_supported() { in get_swb_supported() function103 return test::mock::stack_btm_sco_hfp_hal::get_swb_supported(); in get_swb_supported()
106 struct get_swb_supported { struct111 extern struct get_swb_supported get_swb_supported; argument
55 bool get_swb_supported() { return osi_property_get_bool("bluetooth.hfp.swb.supported", false); } in get_swb_supported() function
80 bool get_swb_supported();
332 bool get_swb_supported() { in get_swb_supported() function
50 return hfp_hal_interface::get_swb_supported() && (p_scb->peer_codecs & BTM_SCO_CODEC_LC3) && in get_lc3_swb_codec_status()
234 if (hfp_hal_interface::get_swb_supported()) { in bta_ag_add_record()
463 hfp_hal_interface::get_swb_supported()) { in bta_ag_create_sco()1306 if (hfp_hal_interface::get_swb_supported() && (p_scb->peer_codecs & BTM_SCO_CODEC_LC3) && in bta_ag_sco_open()
1267 bool swb_supported = hfp_hal_interface::get_swb_supported(); in bta_ag_at_hfp_cback()
494 static bool get_swb_supported() { return hfp_hal_interface::get_swb_supported(); } in get_swb_supported() function1266 .get_swb_supported = get_swb_supported,
1110 if (hfp_version >= HFP_VERSION_1_9 && hfp_hal_interface::get_swb_supported()) { in btif_hf_client_execute_service()
665 if (hfp_hal_interface::get_swb_supported() && (p_data->val.num & BTM_SCO_CODEC_LC3)) { in btif_hf_upstreams_evt()
974 bool (*get_swb_supported)(); member
1433 pub fn get_swb_supported(&self) -> bool { in get_swb_supported() method1434 ccall!(self, get_swb_supported) in get_swb_supported()
145 if (hfp_hal_interface::get_swb_supported() && is_allowlisted_1_9) { in sdp_dynamic_change_hfp_version()
2898 self.intf.lock().unwrap().get_swb_supported() in is_swb_supported()