Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/binder/android/bluetooth/le/
DIAdvertisingSetCallback.aidl23 void onAdvertisingSetStarted(in int advertiserId, in int tx_power, in int status); in onAdvertisingSetStarted() method
/packages/services/Car/car-builtin-lib/src/android/car/builtin/bluetooth/le/
DAdvertisingSetCallbackHelper.java52 public void onAdvertisingSetStarted(AdvertisingSet advertisingSet, int txPower, in onAdvertisingSetStarted() method in AdvertisingSetCallbackHelper.Callback
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DAdvertisingSetCallback.java66 public void onAdvertisingSetStarted(AdvertisingSet advertisingSet, int txPower, int status) { in onAdvertisingSetStarted() method in AdvertisingSetCallback
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DAdvertiseManager.java147 void onAdvertisingSetStarted(int regId, int advertiserId, int txPower, int status) in onAdvertisingSetStarted() method in AdvertiseManager