HomeSort by relevance Sort by last modified time
    Searched full:uuids (Results 1 - 25 of 135) sorted by null

1 2 3 4 5 6

  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
BluetoothDeviceFilter.java 100 abstract boolean matches(ParcelUuid[] uuids, BluetoothClass btClass);
110 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) {
111 if (uuids != null) {
112 if (BluetoothUuid.containsAnyUuid(uuids, A2dpProfile.SINK_UUIDS)) {
115 if (BluetoothUuid.containsAnyUuid(uuids, HeadsetProfile.UUIDS)) {
131 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) {
132 if (uuids != null) {
133 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.ObexObjectPush)) {
145 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass)
    [all...]
LocalBluetoothProfileManager.java 102 ParcelUuid[] uuids = adapter.getUuids(); local
104 // uuids may be null if Bluetooth is turned off
105 if (uuids != null) {
106 updateLocalProfiles(uuids);
136 * @param uuids
138 void updateLocalProfiles(ParcelUuid[] uuids) {
140 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.AudioSource)) {
152 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.Handsfree_AG) ||
153 BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.HSP_AG)) {
166 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.ObexObjectPush))
203 ParcelUuid[] uuids = mLocalAdapter.getUuids(); local
    [all...]
CachedBluetoothDevice.java 97 * again with the new UUIDs
204 // Attempt to connect if UUIDs are available. Otherwise,
213 // condition with carkits during pairing, wherein RemoteDevice.UUIDs have been updated
217 // If UUIDs are not available yet, connect will be happen
484 ParcelUuid[] uuids = mDevice.getUuids(); local
485 if (uuids == null) return false;
495 mProfileManager.updateProfiles(uuids, localUuids, mProfiles, mRemovedProfiles,
504 for (ParcelUuid uuid : uuids) {
525 ParcelUuid[] uuids = mDevice.getUuids(); local
528 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.Hogp))
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ScanClient.java 35 UUID[] uuids; field in class:ScanClient
51 ScanClient(int appIf, boolean isServer, UUID[] uuids) {
52 this(appIf, isServer, uuids, DEFAULT_SCAN_SETTINGS, null, null);
65 private ScanClient(int appIf, boolean isServer, UUID[] uuids, ScanSettings settings,
69 this.uuids = uuids;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mspbase.h 15 #include <uuids.h>
amvideo.idl 64 /* uuid(36d39eb0-dd75-11ce-bf0e-00aa0055595a) conflicts with uuids.h */
90 /* uuid(1bd0ecb0-f8e2-11ce-aac6-0020af0b99a3) conflicts with uuids.h */
106 /* uuid(dd1d7110-7836-11cf-bf47-00aa0055595a) conflicts with uuids.h */
132 /* uuid(53479470-f1dd-11cf-bc42-00aa00ac74f6) conflicts with uuids.h */
147 /* uuid(61ded640-e912-11ce-a099-00aa00479a58) conflicts with uuids.h */
dshow.h 47 #include <uuids.h>
  /external/e2fsprogs/debian/
uuid-dev.README.Debian 3 draft-leach-uuids-guids-01.txt has been removed. It can be obtained
6 search for the string "draft-leach-uuids-guids-01".
control.in 95 ids (UUIDs). A UUID is an identifier that is unique across both
96 space and time, with respect to the space of all UUIDs. A UUID can
111 ids (UUIDs). A UUID is an identifier that is unique across both
112 space and time, with respect to the space of all UUIDs. A UUID can
121 The uuidd daemon is used to generate UUIDs, especially time-based
134 libuuid generates and parses 128-bit universally unique ids (UUIDs).
146 libuuid generates and parses 128-bit universally unique ids (UUIDs).
  /external/e2fsprogs/lib/uuid/
uuid_time.3.in 47 certain types of UUIDs. This function can only reasonably expect to
48 extract the creation time for UUIDs created with the
50 function. It may or may not work with UUIDs created by other mechanisms.
uuid.3.in 40 generates UUIDs compatible with those created by the Open Software
44 The UUIDs generated by this library can be reasonably expected to be
uuid_generate.3.in 81 The new UUID can reasonably be considered unique among all UUIDs created
82 on the local system, and among UUIDs created on other systems in the past
copy.c 2 * copy.c --- copy UUIDs
uuidP.h 2 * uuid.h -- private header file for uuids
  /external/e2fsprogs/misc/
uuidgen.1.in 25 all UUIDs created on the local system,
26 and among UUIDs created on other systems in the past
  /developers/build/prebuilts/gradle/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
Constants.java 29 * Bluetooth requires a certain format for UUIDs associated with Services.
  /developers/samples/android/connectivity/bluetooth/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
Constants.java 29 * Bluetooth requires a certain format for UUIDs associated with Services.
  /development/samples/browseable/BluetoothAdvertisements/src/com.example.android.bluetoothadvertisements/
Constants.java 29 * Bluetooth requires a certain format for UUIDs associated with Services.
  /system/bt/btcore/test/
property_test.cpp 135 TEST_F(PropertyTest, uuids) {
159 bt_uuid_t uuids[] = { local
174 bt_property_t *property0 = property_new_uuids(uuids, sizeof(bt_uuid_t)/sizeof(uuids));
  /system/bt/embdrv/sbc/decoder/include/
oi_bt_spec.h 65 * @name Data types for working with UUIDs
66 * UUIDs are 16 bytes (128 bits).
69 * UUIDs are defined, along with a mapping from the shorter versions to the full
98 * To simplify conversion between 128-bit UUIDs and 16-bit and 32-bit UUIDs,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_uuid.py 181 # Test comparison of UUIDs.
186 # Test sorting of UUIDs (above list is in ascending order).
361 # Make sure uuid1() generates UUIDs that are actually version 1.
366 # Make sure the generated UUIDs are actually unique.
367 uuids = {}
369 uuids[u] = 1
370 equal(len(uuids.keys()), 1000)
396 # Test some known version-3 UUIDs.
420 # Make sure uuid4() generates UUIDs that are actually version 4.
425 # Make sure the generated UUIDs are actually unique
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_uuid.py 181 # Test comparison of UUIDs.
186 # Test sorting of UUIDs (above list is in ascending order).
361 # Make sure uuid1() generates UUIDs that are actually version 1.
366 # Make sure the generated UUIDs are actually unique.
367 uuids = {}
369 uuids[u] = 1
370 equal(len(uuids.keys()), 1000)
396 # Test some known version-3 UUIDs.
420 # Make sure uuid4() generates UUIDs that are actually version 4.
425 # Make sure the generated UUIDs are actually unique
    [all...]
  /frameworks/base/core/java/android/bluetooth/le/
AdvertiseData.java 64 * Returns a list of service UUIDs within the advertisement that are used to identify the
186 List<ParcelUuid> uuids = in.readArrayList(ParcelUuid.class.getClassLoader());
187 if (uuids != null) {
188 for (ParcelUuid uuid : uuids) {
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
SdpManagerTestServer.java 126 String[] uuids = name.split(";"); local
129 searchAwaitAndValidate(uuids, mDevice, count);
153 public SdpBroadcastReceiver(String[] uuids, CountDownLatch latch) {
154 for(String uuid : uuids) {
299 private void searchAwaitAndValidate(final String[] uuids, BluetoothDevice serverDevice, int count) {
303 SdpBroadcastReceiver broadcastReceiver = new SdpBroadcastReceiver(uuids, latch);
309 for(String uuid : uuids) {
  /cts/tests/tests/bluetooth/src/android/bluetooth/cts/
ScanRecordTest.java 36 0x05, 0x02, 0x0b, 0x11, 0x0a, 0x11, // 16 bit service uuids

Completed in 818 milliseconds

1 2 3 4 5 6