Home
last modified time | relevance | path

Searched refs:bt_le_oob_set_legacy_flag (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h2035 void bt_le_oob_set_legacy_flag(bool enable);
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gap.c1347 bt_le_oob_set_legacy_flag(true);
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c1284 bt_le_oob_set_legacy_flag(true); in bt_ready()
/Zephyr-latest/doc/releases/
Drelease-notes-3.4.rst258 * :c:func:`bt_le_oob_set_legacy_flag` for setting/clearing OOB flag in legacy paring
/Zephyr-latest/subsys/bluetooth/host/
Dsmp.c2672 void bt_le_oob_set_legacy_flag(bool enable) in bt_le_oob_set_legacy_flag() function