Home
last modified time | relevance | path

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

/system/bt/types/
Dble_address_with_type.h63 struct tBLE_BD_ADDR { struct
64 tBLE_ADDR_TYPE type;
65 RawAddress bda;
66 bool AddressEquals(const RawAddress& other) const { return other == bda; } in AddressEquals()
67 bool IsPublicDeviceType() const { return type == kBleAddressPublicDevice; } in IsPublicDeviceType()
68 bool IsRandomDeviceType() const { return type == kBleAddressRandomDevice; } in IsRandomDeviceType()
69 bool IsPublicIdentityType() const { in IsPublicIdentityType()
72 bool lsRandomIdentityType() const { in lsRandomIdentityType()
75 bool IsAddressResolvable() const { in IsAddressResolvable()
78 bool IsPublic() const { return type & 0x01; } in IsPublic()
[all …]