Home
last modified time | relevance | path

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

/system/bt/types/
Dble_address_with_type.h54 constexpr uint8_t kBleAddressIdentityBit = BLE_ADDR_TYPE_ID_BIT; variable
56 kBleAddressIdentityBit | kBleAddressPublicDevice;
58 kBleAddressIdentityBit | kBleAddressRandomDevice;
86 return (other & ~kBleAddressIdentityBit) == in TypeWithoutIdentityEquals()
87 (type & ~kBleAddressIdentityBit); in TypeWithoutIdentityEquals()