Searched refs:bt_security_err_to_str (Results 1 – 18 of 18) sorted by relevance
/Zephyr-latest/tests/bluetooth/smp/src/ |
D | main.c | 43 zassert_str_equal(bt_security_err_to_str(BT_SECURITY_ERR_AUTH_FAIL), in ZTEST() 45 zassert_str_equal(bt_security_err_to_str(BT_SECURITY_ERR_KEY_REJECTED), in ZTEST() 47 zassert_str_equal(bt_security_err_to_str(BT_SECURITY_ERR_UNSPECIFIED), in ZTEST() 51 zassert_str_equal(bt_security_err_to_str(BT_SECURITY_ERR_UNSPECIFIED + 1), in ZTEST() 55 zassert_not_null(bt_security_err_to_str(i), ": %d", i); in ZTEST()
|
/Zephyr-latest/samples/bluetooth/peripheral_hids/src/ |
D | main.c | 78 bt_security_err_to_str(err), err); in security_changed()
|
/Zephyr-latest/samples/bluetooth/peripheral_sc_only/src/ |
D | main.c | 94 bt_security_err_to_str(err), err); in security_changed()
|
/Zephyr-latest/samples/bluetooth/ccp_call_control_client/src/ |
D | main.c | 74 LOG_ERR("Failed to set security level: %s(%u)", bt_security_err_to_str(err), err); in security_changed_cb()
|
/Zephyr-latest/samples/bluetooth/tmap_central/src/ |
D | main.c | 134 printk("Failed to set security level: %s(%u)\n", bt_security_err_to_str(err), err); in security_changed()
|
/Zephyr-latest/samples/bluetooth/tmap_peripheral/src/ |
D | main.c | 145 printk("Failed to set security level: %s(%u)", bt_security_err_to_str(err), err); in security_changed()
|
/Zephyr-latest/samples/bluetooth/encrypted_advertising/peripheral/src/ |
D | peripheral_ead.c | 221 bt_security_err_to_str(err), err); in security_changed()
|
/Zephyr-latest/samples/bluetooth/peripheral_identity/src/ |
D | peripheral_identity.c | 175 bt_security_err_to_str(err), err); in security_changed()
|
/Zephyr-latest/samples/bluetooth/central_multilink/src/ |
D | central_multilink.c | 234 err, bt_security_err_to_str(err)); in security_changed()
|
/Zephyr-latest/samples/bluetooth/central_gatt_write/src/ |
D | gatt_write_common.c | 307 printk("%s: to level %u, err %s(%u)\n", __func__, level, bt_security_err_to_str(err), err); in security_changed()
|
/Zephyr-latest/samples/bluetooth/handsfree_ag/src/ |
D | main.c | 204 bt_security_err_to_str(err), err); in security_changed()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | conn.h | 1997 const char *bt_security_err_to_str(enum bt_security_err err); 1999 static inline const char *bt_security_err_to_str(enum bt_security_err err) in bt_security_err_to_str() function
|
/Zephyr-latest/samples/bluetooth/encrypted_advertising/central/src/ |
D | central_ead.c | 353 err, bt_security_err_to_str(err)); in security_changed()
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_assistant/src/ |
D | main.c | 496 printk("Failed to set security level: %s(%u)\n", bt_security_err_to_str(err), err); in security_changed_cb()
|
/Zephyr-latest/samples/bluetooth/cap_initiator/src/ |
D | cap_initiator_unicast.c | 547 bt_security_err_to_str(sec_err), sec_err); in security_changed_cb()
|
/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/ |
D | main.c | 452 printk("Failed to set security level: %s(%u)", bt_security_err_to_str(err), err); in security_changed_cb()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | Kconfig | 427 See bt_security_err_to_str() for more details.
|
D | smp.c | 484 const char *bt_security_err_to_str(enum bt_security_err err) in bt_security_err_to_str() function
|