Home
last modified time | relevance | path

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

/system/bt/types/
Dble_address_with_type.h53 constexpr uint8_t kBleAddressRandomDevice = BLE_ADDR_RANDOM; variable
58 kBleAddressIdentityBit | kBleAddressRandomDevice;
68 bool IsRandomDeviceType() const { return type == kBleAddressRandomDevice; } in IsRandomDeviceType()