HomeSort by relevance Sort by last modified time
    Searched defs:uuids (Results 1 - 11 of 11) sorted by null

  /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;
GattService.java 588 if (client.uuids.length > 0) {
590 for (UUID search : client.uuids) {
599 if (matches < client.uuids.length) continue;
2281 List<UUID> uuids = new ArrayList<UUID>(); local
    [all...]
  /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));
  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java 497 ParcelUuid[] uuids = device.getUuids(); local
498 if (uuids == null) return false;
500 for (ParcelUuid uuid: uuids) {
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
SdpManagerTest.java 165 final String[] uuids = {BluetoothUuid.MAS.toString(), local
171 final StringBuilder sb = new StringBuilder(uuids.length*2-1);
172 for(String str : uuids) {
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) {
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2bth.h 140 SdpQueryUuid uuids[MAX_UUIDS_IN_QUERY]; member in struct:_BTH_QUERY_SERVICE
  /system/bt/bta/jv/
bta_jv_act.c 104 char uuids[128]; local
105 uuid_to_string_legacy((bt_uuid_t*)p_uuid, uuids);
106 APPL_TRACE_DEBUG("%s: %s", title, uuids);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 267 milliseconds