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

  /frameworks/base/core/java/android/bluetooth/le/
AdvertisingSetCallback.java 162 public void onOwnAddressRead(AdvertisingSet advertisingSet, int addressType, String address) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
AdvertiseManager.java 212 void onOwnAddressRead(int advertiserId, int addressType, String address)
215 Log.d(TAG, "onOwnAddressRead() advertiserId=" + advertiserId);
220 Log.i(TAG, "onOwnAddressRead() - bad advertiserId " + advertiserId);
225 callback.onOwnAddressRead(advertiserId, addressType, address);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothLeAdvertisingSetFacade.java 272 * the operation result is delivered through callback.onOwnAddressRead().
422 public void onOwnAddressRead(AdvertisingSet advertisingSet, int addressType,
424 Log.d("onOwnAddressRead" + mEventType + " " + setIndex);
429 mEventFacade.postEvent(mEventType + setIndex + "onOwnAddressRead", results);
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 209 milliseconds