Home | History | Annotate | Download | only in gatt

Lines Matching refs:startScanWithUuids

262         public void startScanWithUuids(int appIf, boolean isServer, ParcelUuid[] ids) {
269 service.startScanWithUuids(appIf, isServer, uuids);
910 void startScanWithUuids(int appIf, boolean isServer, UUID[] uuids) {
913 if (DBG) Log.d(TAG, "startScanWithUuids() - queue=" + mScanQueue.size());
916 if (DBG) Log.d(TAG, "startScanWithUuids() - adding client=" + appIf);