HomeSort by relevance Sort by last modified time
    Searched refs:autoConnect (Results 1 - 7 of 7) sorted by null

  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothPreferences.java 153 static void saveDockAutoConnectSetting(Context context, String addr, boolean autoConnect) {
155 editor.putBoolean(KEY_DOCK_AUTO_CONNECT + addr, autoConnect);
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java     [all...]
BluetoothGattServer.java 393 * <p>The autoConnect paramter determines whether to actively connect to
396 * connection to a device should be direct (autoConnect set to false) and
398 * autoConnect parameter set to true.
402 * @param autoConnect Whether to directly connect to the remote device (false)
407 public boolean connect(BluetoothDevice device, boolean autoConnect) {
408 if (DBG) Log.d(TAG, "connect() - device: " + device.getAddress() + ", auto: " + autoConnect);
413 autoConnect ? false : true); // autoConnect is inverse of "isDirect"
BluetoothGatt.java 148 !mAutoConnect); // autoConnect is inverse of "isDirect"
651 * <p>The autoConnect paramter determines whether to actively connect to
654 * connection to a device should be direct (autoConnect set to false) and
656 * autoConnect parameter set to true.
661 * @param autoConnect Whether to directly connect to the remote device (false)
666 /*package*/ boolean connect(Boolean autoConnect, BluetoothGattCallback callback) {
667 if (DBG) Log.d(TAG, "connect() - device: " + mDevice.getAddress() + ", auto: " + autoConnect);
683 mAutoConnect = autoConnect;
716 false); // autoConnect is inverse of "isDirect"
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterState.java 158 adapterService.autoConnect();
AdapterService.java     [all...]
  /prebuilts/sdk/current/
android.jar 

Completed in 694 milliseconds