Searched refs:enable_host_bluetooth (Results 1 – 5 of 5) sorted by relevance
284 void CuttlefishConfig::set_enable_host_bluetooth(bool enable_host_bluetooth) { in set_enable_host_bluetooth() argument285 (*dictionary_)[kEnableHostBluetooth] = enable_host_bluetooth; in set_enable_host_bluetooth()287 bool CuttlefishConfig::enable_host_bluetooth() const { in enable_host_bluetooth() function in cuttlefish::CuttlefishConfig293 void CuttlefishConfig::set_enable_host_bluetooth_connector(bool enable_host_bluetooth) { in set_enable_host_bluetooth_connector() argument294 (*dictionary_)[kEnableHostBluetoothConnector] = enable_host_bluetooth; in set_enable_host_bluetooth_connector()
151 void set_enable_host_bluetooth(bool enable_host_bluetooth);152 bool enable_host_bluetooth() const;162 void set_enable_host_bluetooth_connector(bool enable_host_bluetooth);
531 if (config.enable_host_bluetooth()) { in StartCommands()
723 if (config.enable_host_bluetooth()) { in StartCommands()
186 DEFINE_bool(enable_host_bluetooth, CF_DEFAULTS_ENABLE_HOST_BLUETOOTH,