Home | History | Annotate | Download | only in phone

Lines Matching refs:bluetooth

22 import android.bluetooth.BluetoothDevice;
23 import android.bluetooth.BluetoothHeadset;
436 // The bluetooth headset state changed, so some UI
439 // elements that care about the bluetooth state get it
2906 if (VDBG) log("onClick: Bluetooth...");
3065 // Toggle the bluetooth audio connection state:
3070 // Bluetooth audio routing handle it. This ensures that the rest
3073 // disconnects the active bluetooth headsets when the
3082 // Bluetooth isn't available; the "Audio" button shouldn't have
3084 Log.w(LOG_TAG, "Got onBluetoothClick, but bluetooth is unavailable");
4163 // Bluetooth helper methods.
4165 // - BluetoothAdapter is the Bluetooth system service. If
4171 // Bluetooth Headset. This lets you completely connect/disconnect a
4177 // a bluetooth headset. We use this API to switch the headset on and
4178 // off when the user presses the "Bluetooth" button.
4184 * @return true if the Bluetooth on/off switch in the UI should be
4196 // There's no need to ask the Bluetooth system service if BT is enabled:
4241 * "Bluetooth" menu item.
4280 * based on a bluetooth headset state change.
4285 // care about the bluetooth state (i.e. the CallCard) get
4322 // Watch out: The bluetooth connection doesn't happen instantly;