Interface iOSAdvertisingData

Core object attributes iOS 'advertising' property.

Hierarchy

  • iOSAdvertisingData

Properties

kCBAdvDataChannel?: number

Corresponds to GapAttributeCode.CHANNEL_MAP_UPDATE_INDICATION

kCBAdvDataIsConnectable?: boolean

Corresponds to GapAttributeCode.FLAGS

kCBAdvDataLocalName?: string

Corresponds to GapAttributeCode.LOCAL_NAME_SHORTENED

kCBAdvDataManufacturerData?: ArrayBuffer

Corresponds to GapAttributeCode.MANUFACTURER_SPECIFIC_DATA

kCBAdvDataServiceData?: iOSAdvertisingServiceDataDictionary

Corresponds to one of:

  • GapAttributeCode.SERVICE_DATA_UUID_16_BIT
  • GapAttributeCode.SERVICE_DATA_UUID_32_BIT
  • GapAttributeCode.SERVICE_DATA_UUID_128_BIT
kCBAdvDataServiceUUIDs?: string[]

Corresponds to GapAttributeCode.COMPLETE_LIST_OF_SERVICE_UUIDS_16_BIT

kCBAdvDataTxPowerLevel?: number

Corresponds to GapAttributeCode.TX_POWER_LEVEL

Generated using TypeDoc