Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/include/zephyr/bluetooth/
Dconn.h1192 BT_CONN_OOB_LOCAL_ONLY, enumerator
/Zephyr-Core-3.4.0/tests/bluetooth/tester/src/
Dbtp_gap.c324 case BT_CONN_OOB_LOCAL_ONLY: in oob_config_str()
365 oob_info->lesc.oob_config != BT_CONN_OOB_LOCAL_ONLY ? in oob_data_request()
/Zephyr-Core-3.4.0/subsys/bluetooth/host/
Dsmp.c3549 BT_CONN_OOB_LOCAL_ONLY; in le_sc_oob_config_set()
3552 oob_config = req_oob_present ? BT_CONN_OOB_LOCAL_ONLY : in le_sc_oob_config_set()
3556 oob_config = (oob_config == BT_CONN_OOB_LOCAL_ONLY) ? in le_sc_oob_config_set()
/Zephyr-Core-3.4.0/subsys/bluetooth/shell/
Dbt.c3341 case BT_CONN_OOB_LOCAL_ONLY: in oob_config_str()
3373 oob_info->lesc.oob_config != BT_CONN_OOB_LOCAL_ONLY in auth_pairing_oob_data_request()