Home
last modified time | relevance | path

Searched refs:set_enable_host_bluetooth_connector (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp270 void CuttlefishConfig::set_enable_host_bluetooth_connector(bool enable_host_bluetooth) { in set_enable_host_bluetooth_connector() function in cuttlefish::CuttlefishConfig
Dcuttlefish_config.h154 void set_enable_host_bluetooth_connector(bool enable_host_bluetooth);
/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc1119 tmp_config_obj.set_enable_host_bluetooth_connector(FLAGS_enable_host_bluetooth && !is_bt_netsim); in InitializeCuttlefishConfiguration()