Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DAdvertiseManager.java241 private static final int ADVERTISING_INTERVAL_MEDIUM_MILLS = 250; field in AdvertiseManager.AdvertiseNative
471 return Utils.millsToUnit(ADVERTISING_INTERVAL_MEDIUM_MILLS); in getAdvertisingIntervalUnit()