Home
last modified time | relevance | path

Searched refs:BT_SECURITY_ERR_SUCCESS (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt/src/
Dcommon.c63 if (security_err == BT_SECURITY_ERR_SUCCESS && level > BT_SECURITY_L1) { in security_changed()
/Zephyr-latest/tests/bsim/bluetooth/host/att/retry_on_sec_err/client/
Dmain.c58 if (err != BT_SECURITY_ERR_SUCCESS || level < BT_SECURITY_L2) { in security_changed_cb()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/caching/src/
Dgatt_server_test.c69 if (security_err == BT_SECURITY_ERR_SUCCESS && level > BT_SECURITY_L1) { in security_changed()
Dgatt_client_test.c73 if (err != BT_SECURITY_ERR_SUCCESS) { in security_changed()
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt_notif/src/
Dclient_test.c83 if (security_err == BT_SECURITY_ERR_SUCCESS && level > BT_SECURITY_L1) { in security_changed()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dcommon.c177 if (err == BT_SECURITY_ERR_SUCCESS) { in security_changed_cb()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/general/src/
Dgatt_client_test.c82 if (err != BT_SECURITY_ERR_SUCCESS) { in security_changed()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gap.c191 case BT_SECURITY_ERR_SUCCESS: in le_security_changed()
1166 return BT_SECURITY_ERR_SUCCESS; in auth_pairing_accept()
1178 return BT_SECURITY_ERR_SUCCESS; in auth_pairing_accept()
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h1527 BT_SECURITY_ERR_SUCCESS, enumerator
/Zephyr-latest/subsys/bluetooth/host/classic/
Dssp.c688 if (err != BT_SECURITY_ERR_SUCCESS) { in bt_hci_io_capa_req()
/Zephyr-latest/subsys/bluetooth/audio/
Dpacs.c1215 if (sec_err != BT_SECURITY_ERR_SUCCESS || level <= BT_SECURITY_L1) { in pacs_security_changed()
Dhas.c369 if (err != BT_SECURITY_ERR_SUCCESS) { in security_changed()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c861 case BT_SECURITY_ERR_SUCCESS: in security_err_str()
4208 return BT_SECURITY_ERR_SUCCESS; in pairing_accept()
/Zephyr-latest/subsys/bluetooth/host/
Dsmp.c489 SEC_ERR(BT_SECURITY_ERR_SUCCESS), in bt_security_err_to_str()
1749 case BT_SECURITY_ERR_SUCCESS: in hci_err_get()
Dhci_core.c2113 return BT_SECURITY_ERR_SUCCESS; in bt_security_err_get()