Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h823 BT_SECURITY_FORCE_PAIR = BIT(7), enumerator
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c2686 force_pair = sec & BT_SECURITY_FORCE_PAIR; in bt_conn_set_security()
2687 sec &= ~BT_SECURITY_FORCE_PAIR; in bt_conn_set_security()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gap.c220 (void)bt_conn_set_security(conn, BT_SECURITY_L2 | BT_SECURITY_FORCE_PAIR); in le_security_changed()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c3835 sec |= BT_SECURITY_FORCE_PAIR; in cmd_security()