Searched defs:onAdvertisingSetStarted (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/le/ |
D | IAdvertisingSetCallback.aidl | 23 …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/ |
D | AdvertisingSetCallbackHelper.java | 49 public void onAdvertisingSetStarted(AdvertisingSet advertisingSet, int txPower, in onAdvertisingSetStarted() method in AdvertisingSetCallbackHelper.Callback
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/ |
D | AdvertisingSetCallback.java | 50 public void onAdvertisingSetStarted(AdvertisingSet advertisingSet, int txPower, int status) {} in onAdvertisingSetStarted() method in AdvertisingSetCallback
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | AdvertiseManagerNativeInterface.java | 124 void onAdvertisingSetStarted(int regId, int advertiserId, int txPower, int status) in onAdvertisingSetStarted() method in AdvertiseManagerNativeInterface
|
D | AdvertiseManager.java | 139 void onAdvertisingSetStarted(int regId, int advertiserId, int txPower, int status) in onAdvertisingSetStarted() method in AdvertiseManager
|
/packages/modules/Bluetooth/android/pandora/server/src/ |
D | Host.kt | 461 override fun onAdvertisingSetStarted( in advertise() method
|