HomeSort by relevance Sort by last modified time
    Searched refs:discoverServices (Results 1 - 25 of 49) sorted by null

1 2

  /system/bt/service/doc/
IBluetoothGattClient.txt 59 boolean discoverServices(in int client_id, in String device_address);
  /frameworks/base/tests/net/java/android/net/nsd/
NsdManagerTest.java 198 manager.discoverServices("a_type", PROTOCOL, listener);
206 manager.discoverServices("a_type", PROTOCOL, listener);
245 manager.discoverServices("a_type", PROTOCOL, listener);
296 mustFail(() -> { manager.discoverServices(null, -1, null); });
297 mustFail(() -> { manager.discoverServices(null, PROTOCOL, listener2); });
298 mustFail(() -> { manager.discoverServices("a_service", -1, listener2); });
299 mustFail(() -> { manager.discoverServices("a_service", PROTOCOL, null); });
300 manager.discoverServices("a_service", PROTOCOL, listener2);
302 mustFail(() -> { manager.discoverServices("another_service", PROTOCOL, listener2); });
306 //manager.discoverServices("another_service", PROTOCOL, listener2)
    [all...]
  /development/samples/training/NsdChat/src/com/example/android/nsdchat/
NsdChatActivity.java 70 mNsdHelper.discoverServices();
124 mNsdHelper.discoverServices();
NsdHelper.java 158 public void discoverServices() {
161 mNsdManager.discoverServices(
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
P2pClientPbcTestCase.java 86 mP2pMgr.discoverServices(mChannel, actionListener);
P2pClientPinTestCase.java 83 mP2pMgr.discoverServices(mChannel, actionListener);
ServReqClearRequestTestCase.java 88 mP2pMgr.discoverServices(mChannel, actionListener);
ServReqTestCase.java 84 mP2pMgr.discoverServices(mChannel, actionListener);
ServReqMultiClientTestCase01.java 93 mP2pMgr.discoverServices(mChannel, actionListener);
ServReqMultiClientTestCase02.java 93 mP2pMgr.discoverServices(mChannel, actionListener);
ServReqMultiClientTestCase03.java 99 mP2pMgr.discoverServices(mChannel, actionListener);
ServReqRemoveRequestTestCase.java 111 mP2pMgr.discoverServices(mChannel, actionListener);
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/
DiscoveryListenerMultiplexer.java 61 nsdManager.discoverServices(serviceType, NsdManager.PROTOCOL_DNS_SD,
  /packages/apps/Test/connectivity/PMC/src/com/android/pmc/
GattClientListener.java 166 mBluetoothGatt.discoverServices();
191 mBluetoothGatt.discoverServices();
  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 82 mBluetoothGatt.discoverServices());
310 * invoked only after {@code BluetoothGatt#discoverServices()} completes successfully.
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 82 mBluetoothGatt.discoverServices());
310 * invoked only after {@code BluetoothGatt#discoverServices()} completes successfully.
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
BluetoothLeService.java 82 mBluetoothGatt.discoverServices());
310 * invoked only after {@code BluetoothGatt#discoverServices()} completes successfully.
  /frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
BluetoothMidiDevice.java 105 mBluetoothGatt.discoverServices());
  /frameworks/base/tests/net/java/com/android/server/
NsdServiceTest.java 126 client.discoverServices("a_type", PROTOCOL, listener2);
  /packages/services/BuiltInPrintService/src/com/android/bips/discovery/
MdnsDiscovery.java 153 nsdManager.discoverServices(mServiceName, NsdManager.PROTOCOL_DNS_SD, serviceListener);
  /system/bt/binder/android/bluetooth/
IBluetoothGatt.aidl 82 void discoverServices(in int clientIf, in String address);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleConnectionPriorityClientService.java 356 mBluetoothGatt.discoverServices();
BleEncryptedClientService.java 309 mBluetoothGatt.discoverServices();
  /development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
WiFiServiceDiscoveryActivity.java 230 manager.discoverServices(channel, new ActionListener() {
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/net/nsd/
NsdManagerFacade.java 194 * Facade for NsdManager.discoverServices().
200 mNsdManager.discoverServices(serviceType, NsdManager.PROTOCOL_DNS_SD, listener);

Completed in 396 milliseconds

1 2