Home
last modified time | relevance | path

Searched refs:bt_keys_store (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_store/src/
Dmain.c63 returned_code = bt_keys_store(returned_key); in ZTEST()
97 returned_code = bt_keys_store(returned_key); in ZTEST()
130 returned_code = bt_keys_store(returned_key); in ZTEST()
164 returned_code = bt_keys_store(returned_key); in ZTEST()
Dtest_suite_store_invalid_inputs.c28 bt_keys_store(NULL); in ZTEST()
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_store/
DCMakeLists.txt7 project(bt_keys_store) project
/Zephyr-latest/subsys/bluetooth/host/
Dkeys.h198 int bt_keys_store(struct bt_keys *keys);
200 static inline int bt_keys_store(struct bt_keys *keys) in bt_keys_store() function
Dkeys.c331 int bt_keys_store(struct bt_keys *keys) in bt_keys_store() function
485 bt_keys_store(keys); in bt_keys_update_usage()
Dsmp.c853 bt_keys_store(keys); in smp_pairing_br_complete()
1766 bt_keys_store(conn->le.keys); in smp_pairing_complete()