Searched refs:BT_KEYS_LOCAL_CSRK (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_add_type/src/ |
D | main.c | 17 BT_KEYS_LOCAL_CSRK, BT_KEYS_REMOTE_CSRK, BT_KEYS_LTK_P256, 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/subsys/bluetooth/host/ |
D | keys.h | 20 BT_KEYS_LOCAL_CSRK = BIT(3), enumerator 25 BT_KEYS_LTK | BT_KEYS_LOCAL_CSRK |
|
D | smp.c | 1118 bt_keys_add_type(keys, BT_KEYS_LOCAL_CSRK); in smp_br_distribute_keys() 2154 bt_keys_add_type(keys, BT_KEYS_LOCAL_CSRK); in bt_smp_distribute_keys() 4940 keys = bt_keys_find(BT_KEYS_LOCAL_CSRK, conn->id, &conn->le.dst); in bt_smp_sign()
|
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_find/src/ |
D | main.c | 25 {BT_ADDR_ID_2, BT_ADDR_LE_2, BT_KEYS_LOCAL_CSRK},
|
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_foreach_type/src/ |
D | main.c | 33 { BT_ADDR_ID_2, BT_ADDR_LE_2, BT_KEYS_LOCAL_CSRK },
|
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_get_type/src/ |
D | main.c | 27 {BT_ADDR_ID_2, BT_ADDR_LE_2, BT_KEYS_LOCAL_CSRK},
|
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_find_irk/src/ |
D | main.c | 32 {BT_ADDR_ID_2, BT_ADDR_LE_2, BT_KEYS_LOCAL_CSRK},
|