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.h2069 void bt_le_oob_set_legacy_flag(bool enable);
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gap.c1410 bt_le_oob_set_legacy_flag(true); in set_oob_legacy_data()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c1287 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.c2709 void bt_le_oob_set_legacy_flag(bool enable) in bt_le_oob_set_legacy_flag() function