Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DScanFilter.java30 import android.bluetooth.le.ScanRecord.AdvertisingDataType;
422 @AdvertisingDataType
1080 @AdvertisingDataType int advertisingDataType, in setAdvertisingDataTypeWithData()
1114 @AdvertisingDataType int advertisingDataType) { in setAdvertisingDataType()
DScanRecord.java101 public @interface AdvertisingDataType {} annotation in ScanRecord
/packages/modules/Bluetooth/floss/pandora/floss/
Dfloss_enums.py249 class AdvertisingDataType(enum.IntEnum): class
Dutils.py580 if data_type == floss_enums.AdvertisingDataType.COMPLETE_LOCAL_NAME: