Home
last modified time | relevance | path

Searched refs:BT_SECURITY_FLAG_SC (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/tests/bluetooth/audio/cap_commander/src/
Dtest_common.c42 conn->info.security.flags = BT_SECURITY_FLAG_OOB | BT_SECURITY_FLAG_SC; in test_conn_init()
/Zephyr-latest/tests/bluetooth/audio/cap_initiator/src/
Dtest_common.c41 conn->info.security.flags = BT_SECURITY_FLAG_OOB | BT_SECURITY_FLAG_SC; in test_conn_init()
/Zephyr-latest/subsys/bluetooth/audio/
Daudio.c188 if ((info.security.flags & (BT_SECURITY_FLAG_OOB | BT_SECURITY_FLAG_SC)) == 0) { in bt_audio_security_check()
/Zephyr-latest/tests/bluetooth/audio/ascs/src/
Dtest_common.c70 conn->info.security.flags = BT_SECURITY_FLAG_OOB | BT_SECURITY_FLAG_SC; in test_conn_init()
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h829 BT_SECURITY_FLAG_SC = BIT(0), enumerator
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c2940 info->security.flags |= BT_SECURITY_FLAG_SC; in bt_conn_get_info()