Home
last modified time | relevance | path

Searched refs:BT_KEYS_IRK (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_find_irk/src/
Dmain.c26 {BT_ADDR_ID_1, BT_RPA_ADDR_LE_2, BT_KEYS_IRK},
27 {BT_ADDR_ID_1, BT_ADDR_LE_3, BT_KEYS_IRK},
30 {BT_ADDR_ID_2, BT_RPA_ADDR_LE_3, BT_KEYS_IRK},
31 {BT_ADDR_ID_2, BT_RPA_ADDR_LE_4, BT_KEYS_IRK},
211 if (check_if_addr_is_rpa(addr) && (type & BT_KEYS_IRK)) { in ZTEST()
255 if (check_if_addr_is_rpa(addr) && (type & BT_KEYS_IRK)) { in no_resolving_ts_setup()
302 if (check_if_addr_is_rpa(addr) && (type & BT_KEYS_IRK)) { in ZTEST()
313 if (check_if_addr_is_rpa(addr) && (type & BT_KEYS_IRK)) { in ZTEST()
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_add_type/src/
Dmain.c16 static const int testing_type_lut[] = {BT_KEYS_PERIPH_LTK, BT_KEYS_IRK, BT_KEYS_LTK,
56 int expected_value = BT_KEYS_PERIPH_LTK | BT_KEYS_IRK | BT_KEYS_LTK | BT_KEYS_LOCAL_CSRK | in ZTEST()
80 int expected_value = BT_KEYS_PERIPH_LTK | BT_KEYS_IRK | BT_KEYS_LTK | BT_KEYS_LOCAL_CSRK | in ZTEST()
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_get_type/src/
Dmain.c25 {BT_ADDR_ID_1, BT_ADDR_LE_2, BT_KEYS_IRK},
116 int type = BT_KEYS_IRK; in ZTEST()
/Zephyr-latest/subsys/bluetooth/host/
Dkeys.h18 BT_KEYS_IRK = BIT(1), enumerator
24 BT_KEYS_ALL = (BT_KEYS_PERIPH_LTK | BT_KEYS_IRK |
Dkeys.c251 if (!(key_pool[i].keys & BT_KEYS_IRK)) { in bt_keys_find_irk()
264 if (!(key_pool[i].keys & BT_KEYS_IRK)) { in bt_keys_find_irk()
454 bt_keys_foreach_type(BT_KEYS_IRK, id_add, NULL); in keys_commit()
Did.c932 bt_keys_foreach_type(BT_KEYS_IRK, pending_id_update, NULL); in bt_id_pending_keys_update()
991 bt_keys_foreach_type(BT_KEYS_IRK, find_rl_conflict, &conflict); in bt_id_find_conflict()
1217 bt_keys_foreach_type(BT_KEYS_IRK, keys_add_id, NULL); in bt_id_del()
Dsmp.c1340 keys = bt_keys_get_type(BT_KEYS_IRK, conn->id, &addr); in smp_br_ident_info()
3863 keys = bt_keys_get_type(BT_KEYS_IRK, conn->id, &conn->le.dst); in smp_ident_info()
3963 keys = bt_keys_get_type(BT_KEYS_IRK, conn->id, &conn->le.dst); in smp_ident_addr_info()
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_find/src/
Dmain.c23 {BT_ADDR_ID_1, BT_ADDR_LE_2, BT_KEYS_IRK},
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_foreach_type/src/
Dmain.c31 { BT_ADDR_ID_1, BT_ADDR_LE_2, BT_KEYS_IRK },
/Zephyr-latest/tests/bluetooth/host/id/bt_id_del/src/
Dmain.c240 expect_single_call_bt_keys_foreach_type(BT_KEYS_IRK); in ZTEST()