Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h2132 BT_CONN_OOB_REMOTE_ONLY, enumerator
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gap.c348 case BT_CONN_OOB_REMOTE_ONLY: in oob_config_str()
382 oob_info->lesc.oob_config != BT_CONN_OOB_REMOTE_ONLY ? in oob_data_request()
/Zephyr-latest/subsys/bluetooth/host/
Dsmp.c3666 oob_config = req_oob_present ? BT_CONN_OOB_REMOTE_ONLY : in le_sc_oob_config_set()
3670 oob_config = (oob_config == BT_CONN_OOB_REMOTE_ONLY) ? in le_sc_oob_config_set()
3681 BT_CONN_OOB_REMOTE_ONLY; in le_sc_oob_config_set()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c4052 case BT_CONN_OOB_REMOTE_ONLY: in oob_config_str()
4078 oob_info->lesc.oob_config != BT_CONN_OOB_REMOTE_ONLY in auth_pairing_oob_data_request()