Home
last modified time | relevance | path

Searched defs:AdvertisingType (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/bumble/bumble/
Ddevice.py426 class AdvertisingType(IntEnum): class
563 advertising_type: AdvertisingType,
2414 advertising_type: AdvertisingType = AdvertisingType.UNDIRECTED_CONNECTABLE_SCANNABLE,
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h240 enum class AdvertisingType : uint8_t {ADV_IND = 0x0,ADV_DIRECT_IND_HIGH = 0x1,ADV_SCAN_IND = 0x2,AD… enum