Home
last modified time | relevance | path

Searched defs:onAdvertisingSetStarted (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/le/
DIAdvertisingSetCallback.aidl23 …void onAdvertisingSetStarted(in IBinder gattBinder, in int advertiserId, in int tx_power, in int s… in onAdvertisingSetStarted() method
/packages/services/Car/car-builtin-lib/src/android/car/builtin/bluetooth/le/
DAdvertisingSetCallbackHelper.java49 public void onAdvertisingSetStarted(AdvertisingSet advertisingSet, int txPower, in onAdvertisingSetStarted() method in AdvertisingSetCallbackHelper.Callback
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DAdvertisingSetCallback.java50 public void onAdvertisingSetStarted(AdvertisingSet advertisingSet, int txPower, int status) {} in onAdvertisingSetStarted() method in AdvertisingSetCallback
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DAdvertiseManagerNativeInterface.java124 void onAdvertisingSetStarted(int regId, int advertiserId, int txPower, int status) in onAdvertisingSetStarted() method in AdvertiseManagerNativeInterface
DAdvertiseManager.java139 void onAdvertisingSetStarted(int regId, int advertiserId, int txPower, int status) in onAdvertisingSetStarted() method in AdvertiseManager
/packages/modules/Bluetooth/android/pandora/server/src/
DHost.kt461 override fun onAdvertisingSetStarted( in advertise() method