Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Daddr.h143 #define BT_ADDR_IS_RPA(a) (((a)->val[5] & 0xc0) == 0x40) macro
176 return BT_ADDR_IS_RPA(&addr->a); in bt_addr_le_is_rpa()
/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
60 return BT_ADDR_IS_RPA(&addr->a); in check_if_addr_is_rpa()
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/peripheral/src/
Dtester_rpa_expired.c41 if (!BT_ADDR_IS_RPA(&addr->a)) { in test_address()
Dtester_rpa_rotation.c74 if (!BT_ADDR_IS_RPA(&addr->a)) { in test_address()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/radio/
Dradio.c209 if (pdu_adv->tx_addr && BT_ADDR_IS_RPA(rpa)) { in ar_execute()