Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_find_irk/src/
Dmain.c52 #define BT_ADDR_IS_RPA(a) (((a)->val[5] & 0xc0) == 0x40) macro
/Zephyr-latest/include/zephyr/bluetooth/
Daddr.h143 #define BT_ADDR_IS_RPA(a) (((a)->val[5] & 0xc0) == 0x40) macro