Home
last modified time | relevance | path

Searched refs:bt_security_err_to_str (Results 1 – 18 of 18) sorted by relevance

/Zephyr-latest/tests/bluetooth/smp/src/
Dmain.c43 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/
Dmain.c78 bt_security_err_to_str(err), err); in security_changed()
/Zephyr-latest/samples/bluetooth/peripheral_sc_only/src/
Dmain.c94 bt_security_err_to_str(err), err); in security_changed()
/Zephyr-latest/samples/bluetooth/ccp_call_control_client/src/
Dmain.c74 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/
Dmain.c134 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/
Dmain.c145 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/
Dperipheral_ead.c221 bt_security_err_to_str(err), err); in security_changed()
/Zephyr-latest/samples/bluetooth/peripheral_identity/src/
Dperipheral_identity.c175 bt_security_err_to_str(err), err); in security_changed()
/Zephyr-latest/samples/bluetooth/central_multilink/src/
Dcentral_multilink.c234 err, bt_security_err_to_str(err)); in security_changed()
/Zephyr-latest/samples/bluetooth/central_gatt_write/src/
Dgatt_write_common.c307 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/
Dmain.c204 bt_security_err_to_str(err), err); in security_changed()
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h1997 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/
Dcentral_ead.c353 err, bt_security_err_to_str(err)); in security_changed()
/Zephyr-latest/samples/bluetooth/bap_broadcast_assistant/src/
Dmain.c496 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/
Dcap_initiator_unicast.c547 bt_security_err_to_str(sec_err), sec_err); in security_changed_cb()
/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/
Dmain.c452 printk("Failed to set security level: %s(%u)", bt_security_err_to_str(err), err); in security_changed_cb()
/Zephyr-latest/subsys/bluetooth/host/
DKconfig427 See bt_security_err_to_str() for more details.
Dsmp.c484 const char *bt_security_err_to_str(enum bt_security_err err) in bt_security_err_to_str() function