Home
last modified time | relevance | path

Searched refs:BT_PUBLIC_IDENTITY_ADDRESS (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtstack.h58 #define BT_PUBLIC_IDENTITY_ADDRESS 0x02 macro
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap.c266 !((addr1->type == BT_PUBLIC_DEVICE_ADDRESS || addr1->type == BT_PUBLIC_IDENTITY_ADDRESS) ^ in GapAddrCompare()
267 (addr2->type == BT_PUBLIC_DEVICE_ADDRESS || addr2->type == BT_PUBLIC_IDENTITY_ADDRESS))); in GapAddrCompare()
1269 return addr->type == BT_PUBLIC_IDENTITY_ADDRESS || addr->type == BT_RANDOM_IDENTITY_ADDRESS; in GapAddrIsIdentityAddress()

Completed in 3 milliseconds