Searched refs:local_irk (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/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() 989 return bt_rpa_irk_matches(rl[rl_idx].local_irk, in ull_filter_lll_rl_addr_resolve() 1532 } else if (bt_rpa_irk_matches(rl[idx].local_irk, search_rpa)) { in target_resolve()
|
/Zephyr-latest/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-latest/subsys/bluetooth/host/ |
D | id.c | 896 (void)memcpy(cp->local_irk, &bt_dev.irk[id], 16); in hci_id_add() 898 (void)memset(cp->local_irk, 0, 16); in hci_id_add()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | hci_types.h | 1357 uint8_t local_irk[16]; member
|
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci.c | 2769 status = ll_rl_add(&cmd->peer_id_addr, cmd->peer_irk, cmd->local_irk); in le_add_dev_to_rl()
|