OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:serviceUuids
(Results
1 - 19
of
19
) sorted by null
/frameworks/base/core/java/android/bluetooth/le/
ScanRecord.java
150
private ScanRecord(List<ParcelUuid>
serviceUuids
,
155
mServiceUuids =
serviceUuids
;
182
List<ParcelUuid>
serviceUuids
= new ArrayList<ParcelUuid>();
207
dataLength, BluetoothUuid.UUID_BYTES_16_BIT,
serviceUuids
);
212
BluetoothUuid.UUID_BYTES_32_BIT,
serviceUuids
);
217
BluetoothUuid.UUID_BYTES_128_BIT,
serviceUuids
);
255
if (
serviceUuids
.isEmpty()) {
256
serviceUuids
= null;
258
return new ScanRecord(
serviceUuids
, manufacturerData, serviceData,
278
int uuidLength, List<ParcelUuid>
serviceUuids
) {
[
all
...]
AdvertiseData.java
51
private AdvertiseData(List<ParcelUuid>
serviceUuids
,
56
mServiceUuids =
serviceUuids
;
234
* @throws IllegalArgumentException If the {@code
serviceUuids
} are null.
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
BluetoothLeScanTest.java
167
List<ParcelUuid>
serviceUuids
= record.getServiceUuids();
168
if (
serviceUuids
!= null && !
serviceUuids
.isEmpty()) {
169
return new ScanFilter.Builder().setServiceUuid(
serviceUuids
.get(0)).build();
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
AdvertiseManager.java
371
byte[]
serviceUuids
;
373
serviceUuids
= new byte[0];
385
serviceUuids
= advertisingUuidBytes.array();
390
manufacturerData, serviceData,
serviceUuids
);
394
manufacturerData, serviceData,
serviceUuids
);
GattService.java
[
all
...]
/frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java
[
all
...]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothLeScanFacade.java
269
@RpcParameter(name = "
serviceUuids
")
273
UUID[]
serviceUuids
= new UUID[serviceUuidList.length];
275
serviceUuids
[i] = UUID.fromString(serviceUuidList[i]);
279
result = mBluetoothAdapter.startLeScan(
serviceUuids
,
[
all
...]
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
JsonBuilder.java
423
List<ParcelUuid>
serviceUuids
= scanResult.getScanRecord()
426
if (
serviceUuids
!= null &&
serviceUuids
.size() > 0) {
427
for (ParcelUuid uuid :
serviceUuids
) {
431
result.put("
serviceUuids
", serviceUuidsString);
[
all
...]
/external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-18.jar
shadows-core-3.1-SNAPSHOT-19.jar
shadows-core-3.1-SNAPSHOT-21.jar
shadows-core-3.1-SNAPSHOT-22.jar
android-all-4.3_r2-robolectric-0.jar
/external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar
/external/robolectric/v1/lib/main/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/21/
android.jar
/prebuilts/sdk/system_23/
android.jar
Completed in 173 milliseconds