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.java413 int maxExtendedAdvertisingEvents,
422 maxExtendedAdvertisingEvents,
473 int maxExtendedAdvertisingEvents,
483 maxExtendedAdvertisingEvents,
544 int maxExtendedAdvertisingEvents,
598 if (maxExtendedAdvertisingEvents < 0 || maxExtendedAdvertisingEvents > 255) {
600 "maxExtendedAdvertisingEvents out of range: " + maxExtendedAdvertisingEvents);
603 if (maxExtendedAdvertisingEvents != 0
636 maxExtendedAdvertisingEvents,
DAdvertisingSet.java78 public void enableAdvertising(boolean enable, int duration, int maxExtendedAdvertisingEvents) { in enableAdvertising() argument
84 maxExtendedAdvertisingEvents, in enableAdvertising()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DAppAdvertiseStats.java82 public int maxExtendedAdvertisingEvents = 0; field in AppAdvertiseStats.AppAdvertiserRecord
132 record.maxExtendedAdvertisingEvents = maxExtAdvEvents; in recordAdvertiseStart()
597 .append(record.maxExtendedAdvertisingEvents); in dumpToString()