Home
last modified time | relevance | path

Searched refs:BT_SECURITY_FLAG_OOB (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/tests/bluetooth/audio/cap_commander/src/
Dtest_common.c44 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.c43 conn->info.security.flags = BT_SECURITY_FLAG_OOB | BT_SECURITY_FLAG_SC; in test_conn_init()
/Zephyr-latest/tests/bluetooth/audio/ccp_call_control_client/src/
Dmain.c56 conn->info.security.flags = BT_SECURITY_FLAG_OOB | BT_SECURITY_FLAG_SC; in test_conn_init()
/Zephyr-latest/subsys/bluetooth/audio/
Daudio.c189 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.c78 conn->info.security.flags = BT_SECURITY_FLAG_OOB | BT_SECURITY_FLAG_SC; in test_conn_init()
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h832 BT_SECURITY_FLAG_OOB = BIT(1), enumerator
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c2970 info->security.flags |= BT_SECURITY_FLAG_OOB; in bt_conn_get_info()