Searched refs:BT_KEYS_IRK (Results 1 – 10 of 10) sorted by relevance
| /Zephyr-4.1.0/tests/bluetooth/host/keys/bt_keys_add_type/src/ |
| D | main.c | 16 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-4.1.0/tests/bluetooth/host/keys/bt_keys_find_irk/src/ |
| D | main.c | 26 {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-4.1.0/tests/bluetooth/host/keys/bt_keys_get_type/src/ |
| D | main.c | 25 {BT_ADDR_ID_1, BT_ADDR_LE_2, BT_KEYS_IRK}, 116 int type = BT_KEYS_IRK; in ZTEST()
|
| /Zephyr-4.1.0/subsys/bluetooth/host/ |
| D | keys.h | 18 BT_KEYS_IRK = BIT(1), enumerator 24 BT_KEYS_ALL = (BT_KEYS_PERIPH_LTK | BT_KEYS_IRK |
|
| D | keys.c | 251 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()
|
| D | id.c | 937 bt_keys_foreach_type(BT_KEYS_IRK, pending_id_update, NULL); in bt_id_pending_keys_update() 996 bt_keys_foreach_type(BT_KEYS_IRK, find_rl_conflict, &conflict); in bt_id_find_conflict() 1222 bt_keys_foreach_type(BT_KEYS_IRK, keys_add_id, NULL); in bt_id_del()
|
| D | smp.c | 1377 keys = bt_keys_get_type(BT_KEYS_IRK, conn->id, &addr); in smp_br_ident_info() 3900 keys = bt_keys_get_type(BT_KEYS_IRK, conn->id, &conn->le.dst); in smp_ident_info() 4000 keys = bt_keys_get_type(BT_KEYS_IRK, conn->id, &conn->le.dst); in smp_ident_addr_info()
|
| /Zephyr-4.1.0/tests/bluetooth/host/keys/bt_keys_find/src/ |
| D | main.c | 23 {BT_ADDR_ID_1, BT_ADDR_LE_2, BT_KEYS_IRK},
|
| /Zephyr-4.1.0/tests/bluetooth/host/keys/bt_keys_foreach_type/src/ |
| D | main.c | 31 { BT_ADDR_ID_1, BT_ADDR_LE_2, BT_KEYS_IRK },
|
| /Zephyr-4.1.0/tests/bluetooth/host/id/bt_id_del/src/ |
| D | main.c | 240 expect_single_call_bt_keys_foreach_type(BT_KEYS_IRK); in ZTEST()
|