HomeSort by relevance Sort by last modified time
    Searched full:bluetooth_enabled (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ash/system/bluetooth/
tray_bluetooth.cc 139 bool bluetooth_enabled = delegate->GetBluetoothEnabled(); local
140 if (!bluetooth_discovering_ && bluetooth_enabled) {
144 } else if(!bluetooth_enabled) {
239 bool bluetooth_enabled = delegate->GetBluetoothEnabled(); local
241 if (blueooth_available && !bluetooth_enabled &&
250 connected_devices_, true, true, bluetooth_enabled);
252 connecting_devices_, true, false, bluetooth_enabled);
254 paired_not_connected_devices_, false, false, bluetooth_enabled);
258 discovered_not_paired_devices_, false, false, bluetooth_enabled);
262 if (blueooth_available && bluetooth_enabled) {
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.cc 222 bool bluetooth_enabled; local
223 args->GetBoolean(0, &bluetooth_enabled);
225 adapter_->SetPowered(bluetooth_enabled,
  /hardware/libhardware_legacy/audio/
A2dpAudioInterface.cpp 142 key = "bluetooth_enabled";
176 key = "bluetooth_enabled";

Completed in 130 milliseconds