Home
last modified time | relevance | path

Searched refs:BT_SECURITY_FORCE_PAIR (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.4.0/include/zephyr/bluetooth/
Dconn.h365 BT_SECURITY_FORCE_PAIR = BIT(7), enumerator
/Zephyr-Core-3.4.0/tests/bluetooth/tester/src/
Dbtp_gap.c203 (void)bt_conn_set_security(conn, BT_SECURITY_L2 | BT_SECURITY_FORCE_PAIR); in le_security_changed()
/Zephyr-Core-3.4.0/subsys/bluetooth/host/
Dconn.c2314 sec & BT_SECURITY_FORCE_PAIR); in bt_conn_set_security()
2315 conn->required_sec_level = sec & ~BT_SECURITY_FORCE_PAIR; in bt_conn_set_security()
/Zephyr-Core-3.4.0/subsys/bluetooth/shell/
Dbt.c3156 sec |= BT_SECURITY_FORCE_PAIR; in cmd_security()