Home
last modified time | relevance | path

Searched refs:maxExtendedAdvertisingEvents (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DBluetoothLeAdvertiser.java375 int maxExtendedAdvertisingEvents,
384 maxExtendedAdvertisingEvents,
429 int maxExtendedAdvertisingEvents,
439 maxExtendedAdvertisingEvents,
496 int maxExtendedAdvertisingEvents,
550 if (maxExtendedAdvertisingEvents < 0 || maxExtendedAdvertisingEvents > 255) {
552 "maxExtendedAdvertisingEvents out of range: " + maxExtendedAdvertisingEvents);
555 if (maxExtendedAdvertisingEvents != 0
589 maxExtendedAdvertisingEvents,
DAdvertisingSet.java75 public void enableAdvertising(boolean enable, int duration, int maxExtendedAdvertisingEvents) { in enableAdvertising() argument
81 maxExtendedAdvertisingEvents, in enableAdvertising()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DAppAdvertiseStats.java80 public int maxExtendedAdvertisingEvents = 0; field in AppAdvertiseStats.AppAdvertiserRecord
125 record.maxExtendedAdvertisingEvents = maxExtAdvEvents; in recordAdvertiseStart()
518 + record.maxExtendedAdvertisingEvents); in dumpToString()