OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCAN_MODE_CONNECTABLE_DISCOVERABLE
(Results
1 - 11
of
11
) sorted by null
/packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDiscoverableEnabler.java
136
mLocalAdapter.setScanMode(BluetoothAdapter.
SCAN_MODE_CONNECTABLE_DISCOVERABLE
, timeout);
241
if (mode == BluetoothAdapter.
SCAN_MODE_CONNECTABLE_DISCOVERABLE
) {
260
if (mode != BluetoothAdapter.
SCAN_MODE_CONNECTABLE_DISCOVERABLE
) {
RequestPermissionActivity.java
224
BluetoothAdapter.
SCAN_MODE_CONNECTABLE_DISCOVERABLE
, mTimeout)) {
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
ConnectionAccessServerActivity.java
115
BluetoothAdapter.
SCAN_MODE_CONNECTABLE_DISCOVERABLE
) {
MessageTestActivity.java
184
BluetoothAdapter.
SCAN_MODE_CONNECTABLE_DISCOVERABLE
) {
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java
119
case BluetoothAdapter.
SCAN_MODE_CONNECTABLE_DISCOVERABLE
:
551
if (scanMode == BluetoothAdapter.
SCAN_MODE_CONNECTABLE_DISCOVERABLE
) {
559
assertTrue(adapter.setScanMode(BluetoothAdapter.
SCAN_MODE_CONNECTABLE_DISCOVERABLE
));
563
if (scanMode == BluetoothAdapter.
SCAN_MODE_CONNECTABLE_DISCOVERABLE
576
+ "(expected 0x%x)", scanMode, BluetoothAdapter.
SCAN_MODE_CONNECTABLE_DISCOVERABLE
,
600
assertEquals(BluetoothAdapter.
SCAN_MODE_CONNECTABLE_DISCOVERABLE
, scanMode);
[
all
...]
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java
189
BluetoothAdapter.
SCAN_MODE_CONNECTABLE_DISCOVERABLE
) {
/frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java
140
* #
SCAN_MODE_CONNECTABLE_DISCOVERABLE
}. It allows remote devices to see
207
* {@link #
SCAN_MODE_CONNECTABLE_DISCOVERABLE
},
215
* {@link #
SCAN_MODE_CONNECTABLE_DISCOVERABLE
},
238
public static final int
SCAN_MODE_CONNECTABLE_DISCOVERABLE
= 23;
572
* {@link #
SCAN_MODE_CONNECTABLE_DISCOVERABLE
}.
600
* {@link #
SCAN_MODE_CONNECTABLE_DISCOVERABLE
}.
613
* {@link #
SCAN_MODE_CONNECTABLE_DISCOVERABLE
}
[
all
...]
/frameworks/base/core/java/android/server/
BluetoothService.java
775
case BluetoothAdapter.
SCAN_MODE_CONNECTABLE_DISCOVERABLE
:
[
all
...]
/prebuilt/sdk/10/
android.jar
/prebuilt/sdk/14/
android.jar
/prebuilt/sdk/6/
android.jar
Completed in 379 milliseconds