Searched defs:bluetooth_enabled (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/system/bluetooth/
H A Dtray_bluetooth.cc135 bool bluetooth_enabled = delegate->GetBluetoothEnabled(); local
142 if (bluetooth_enabled) {
237 bool bluetooth_enabled = delegate->GetBluetoothEnabled(); local
239 if (blueooth_available && !bluetooth_enabled &&
248 connected_devices_, true, true, bluetooth_enabled);
250 connecting_devices_, true, false, bluetooth_enabled);
252 paired_not_connected_devices_, false, false, bluetooth_enabled);
256 discovered_not_paired_devices_, false, false, bluetooth_enabled);
260 if (blueooth_available && bluetooth_enabled) {
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dbluetooth_options_handler.cc231 bool bluetooth_enabled; local
232 args->GetBoolean(0, &bluetooth_enabled);
234 adapter_->SetPowered(bluetooth_enabled,

Completed in 911 milliseconds