Home
last modified time | relevance | path

Searched refs:SCAN_MODE_CONNECTABLE (Results 1 – 16 of 16) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DAlwaysDiscoverableTest.java73 mBluetoothAdapter.setScanMode(BluetoothAdapter.SCAN_MODE_CONNECTABLE); in stopWithoutStart()
99 sendScanModeChangedIntent(BluetoothAdapter.SCAN_MODE_CONNECTABLE, in resetsToDiscoverableModeWhenScanModeChanges()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/bluetooth/
DBluetoothScanningDevicesGroupPreferenceControllerTest.java308 verify(mBluetoothAdapter).setScanMode(BluetoothAdapter.SCAN_MODE_CONNECTABLE); in refreshUi_deviceBonding_setsScanModeConnectable()
349 verify(mBluetoothAdapter).setScanMode(BluetoothAdapter.SCAN_MODE_CONNECTABLE); in onStop_setsScanModeConnectable()
357 when(mBluetoothAdapter.getScanMode()).thenReturn(BluetoothAdapter.SCAN_MODE_CONNECTABLE); in discoverableScanModeTimeout_controllerStarted_resetsDiscoverableScanMode()
370 when(mBluetoothAdapter.getScanMode()).thenReturn(BluetoothAdapter.SCAN_MODE_CONNECTABLE); in discoverableScanModeTimeout_controllerStopped_doesNotResetDiscoverableScanMode()
DBluetoothDevicePickerPreferenceControllerTest.java309 inOrder.verify(mMockBluetoothAdapter).setScanMode(BluetoothAdapter.SCAN_MODE_CONNECTABLE); in onDeviceClicked_unbondedDevice_needsAuth_pairingStartFails_resumesScanning()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/
DBluetoothUtilsGetScanModeNameTest.java53 {BluetoothAdapter.SCAN_MODE_CONNECTABLE, "Connectable"}, in provideParams()
DFastPairProviderTest.java475 sendScanModeChange(BluetoothAdapter.SCAN_MODE_CONNECTABLE); in testReceiveScanModeConnectableAdapterOn_advertiseAccountKeyFilter()
482 sendScanModeChange(BluetoothAdapter.SCAN_MODE_CONNECTABLE); in testReceiveScanModeConnectableAdapterOff_noAdvertisingChange()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DAlwaysDiscoverable.java70 mBluetoothAdapter.setScanMode(BluetoothAdapter.SCAN_MODE_CONNECTABLE); in stop()
DBluetoothDiscoverableEnabler.java154 mBluetoothAdapter.setScanMode(BluetoothAdapter.SCAN_MODE_CONNECTABLE); in setEnabled()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/
DCustomUuidEirFragment.java211 mScanModeNotDiscoverable = BluetoothAdapter.SCAN_MODE_CONNECTABLE; in onCreateView()
373 case BluetoothAdapter.SCAN_MODE_CONNECTABLE: in scanModeToText()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothScanningDevicesGroupPreferenceController.java224 mAdapter.setScanMode(BluetoothAdapter.SCAN_MODE_CONNECTABLE); in stop()
/packages/services/Car/service/src/com/android/car/bluetooth/
DBluetoothUtils.java109 sScanModes.put(BluetoothAdapter.SCAN_MODE_CONNECTABLE, "Connectable"); in sScanModes.put() argument
/packages/modules/Bluetooth/android/pandora/server/src/
DHost.kt837 BluetoothAdapter.SCAN_MODE_CONNECTABLE in setDiscoverabilityMode()
880 BluetoothAdapter.SCAN_MODE_CONNECTABLE in setConnectabilityMode()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterProperties.java1188 setScanMode(BluetoothAdapter.SCAN_MODE_CONNECTABLE); in onBluetoothReady()
1324 case BluetoothAdapter.SCAN_MODE_CONNECTABLE: in dumpScanMode()
DAdapterService.java6097 case BluetoothAdapter.SCAN_MODE_CONNECTABLE: in convertScanModeToHal()
6111 return BluetoothAdapter.SCAN_MODE_CONNECTABLE; in convertScanModeFromHal()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DAdapterServiceTest.java571 final int expectedScanMode = BluetoothAdapter.SCAN_MODE_CONNECTABLE; in enable_isCorrectScanMode()
580 assertThat(mAdapterService.getScanMode()).isEqualTo(BluetoothAdapter.SCAN_MODE_CONNECTABLE); in enable_isCorrectScanMode()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java437 value = {SCAN_MODE_NONE, SCAN_MODE_CONNECTABLE, SCAN_MODE_CONNECTABLE_DISCOVERABLE})
463 public static final int SCAN_MODE_CONNECTABLE = 21; field in BluetoothAdapter
1889 && mode != SCAN_MODE_CONNECTABLE in setScanMode()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt77 field public static final int SCAN_MODE_CONNECTABLE = 21; // 0x15