Home
last modified time | relevance | path

Searched refs:BT_SECURITY_ERR_UNSPECIFIED (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/bluetooth/smp/src/
Dmain.c47 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()
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h1554 BT_SECURITY_ERR_UNSPECIFIED, enumerator
/Zephyr-latest/subsys/bluetooth/host/
Dsmp.c479 return BT_SECURITY_ERR_UNSPECIFIED; in security_err_get()
498 SEC_ERR(BT_SECURITY_ERR_UNSPECIFIED), in bt_security_err_to_str()
529 case BT_SECURITY_ERR_UNSPECIFIED: in smp_err_get()
Dhci_core.c2125 return BT_SECURITY_ERR_UNSPECIFIED; in bt_security_err_get()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c877 case BT_SECURITY_ERR_UNSPECIFIED: in security_err_str()