Searched refs:local_irk (Results 1 – 6 of 6) sorted by relevance
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/ll_sw/ |
D | lll_filter.h | 69 uint8_t local_irk[IRK_SIZE]; member
|
D | ull_filter.c | 341 (void)memcpy(rl[i].local_irk, lirk, IRK_SIZE); in ll_rl_add() 768 err = bt_rpa_create(rl[i].local_irk, &rpa); in ull_filter_rpa_update() 975 return bt_rpa_irk_matches(rl[rl_idx].local_irk, in ull_filter_lll_rl_addr_resolve() 1518 } else if (bt_rpa_irk_matches(rl[idx].local_irk, search_rpa)) { in target_resolve()
|
/Zephyr-Core-3.6.0/tests/bluetooth/host/id/bt_id_add/src/ |
D | main.c | 282 zassert_mem_equal(cp.local_irk, zero_irk, sizeof(zero_irk), "Incorrect IRK value was set"); in ZTEST()
|
/Zephyr-Core-3.6.0/subsys/bluetooth/host/ |
D | id.c | 846 (void)memcpy(cp->local_irk, &bt_dev.irk[id], 16); in hci_id_add() 848 (void)memset(cp->local_irk, 0, 16); in hci_id_add()
|
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/ |
D | hci_types.h | 1228 uint8_t local_irk[16]; member
|
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/hci/ |
D | hci.c | 2751 status = ll_rl_add(&cmd->peer_id_addr, cmd->peer_irk, cmd->local_irk); in le_add_dev_to_rl()
|