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

1 2

  /system/bt/service/doc/
IBluetoothGattClient.txt 59 boolean discoverServices(in int client_id, in String device_address);
  /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 60 nsdManager.discoverServices(serviceType, NsdManager.PROTOCOL_DNS_SD,
  /frameworks/base/core/java/android/bluetooth/
IBluetoothGatt.aidl 53 void discoverServices(in int clientIf, in String address);
BluetoothGatt.java 722 public boolean discoverServices() {
723 if (DBG) Log.d(TAG, "discoverServices() - device: " + mDevice.getAddress());
729 mService.discoverServices(mClientIf, mDevice.getAddress());
    [all...]
  /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());
  /development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
WiFiServiceDiscoveryActivity.java 230 manager.discoverServices(channel, new ActionListener() {
  /frameworks/base/core/java/android/net/nsd/
NsdManager.java 61 * discoverServices()
102 * with a call to {@link #discoverServices}. A service found is notified with a callback
542 public void discoverServices(String serviceType, int protocolType, DiscoveryListener listener) {
566 * Stop service discovery initiated with {@link #discoverServices}. An active service
574 * @param listener This should be the listener object that was passed to {@link #discoverServices}.
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothAccessoryFragment.java 274 gatt.discoverServices();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleClientService.java 322 mBluetoothGatt.discoverServices();
  /frameworks/base/services/core/java/com/android/server/
NsdService.java 304 if (discoverServices(id, servInfo.getServiceType())) {
    [all...]
  /cts/tests/tests/net/src/android/net/wifi/cts/
NsdManagerTest.java 372 mNsdManager.discoverServices(SERVICE_TYPE, NsdManager.PROTOCOL_DNS_SD,
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
WifiP2pManagerFacade.java 434 mP2p.discoverServices(mChannel,
435 new WifiP2pActionListener(mEventFacade, "DiscoverServices"));

Completed in 4663 milliseconds

1 2