Searched refs:enable_host_bluetooth (Results 1 – 5 of 5) sorted by relevance
276 void CuttlefishConfig::set_enable_host_bluetooth(bool enable_host_bluetooth) { in set_enable_host_bluetooth() argument277 (*dictionary_)[kEnableHostBluetooth] = enable_host_bluetooth; in set_enable_host_bluetooth()279 bool CuttlefishConfig::enable_host_bluetooth() const { in enable_host_bluetooth() function in cuttlefish::CuttlefishConfig285 void CuttlefishConfig::set_enable_host_bluetooth_connector(bool enable_host_bluetooth) { in set_enable_host_bluetooth_connector() argument286 (*dictionary_)[kEnableHostBluetoothConnector] = enable_host_bluetooth; in set_enable_host_bluetooth_connector()
164 void set_enable_host_bluetooth(bool enable_host_bluetooth);165 bool enable_host_bluetooth() const;175 void set_enable_host_bluetooth_connector(bool enable_host_bluetooth);
576 if (config.enable_host_bluetooth()) { in StartCommands()
832 if (config.enable_host_bluetooth()) { in StartCommands()
206 DEFINE_bool(enable_host_bluetooth, CF_DEFAULTS_ENABLE_HOST_BLUETOOTH,