Home
last modified time | relevance | path

Searched refs:bt_disable (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/samples/boards/st/power_mgmt/stm32wb_ble/src/
Dmain.c126 err = bt_disable(); in main()
144 err = bt_disable(); in main()
/Zephyr-latest/tests/bluetooth/df/common/src/
Dbt_common.c32 err = bt_disable(); in ut_bt_teardown()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disable/src/
Dmain_disable.c29 err = bt_disable(); in test_disable_main()
85 err = bt_disable(); in test_disable_set_default_id()
Dgatt_server_test.c159 err = bt_disable(); in test_main()
Dgatt_client_test.c303 err = bt_disable(); in test_main()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/unregister_conn_cb/src/
Dmain.c162 err = bt_disable(); in test_peripheral_main()
222 err = bt_disable(); in test_central_main()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_suspend.c304 ASSERT_OK_MSG(bt_disable(), "Failed to disable Bluetooth."); in dut_pub_common()
370 ASSERT_OK_MSG(bt_disable(), "Failed to disable Bluetooth."); in dut_gatt_common()
/Zephyr-latest/tests/bsim/bluetooth/host/iso/bis/src/
Dbis_broadcaster.c245 err = bt_disable(); in reset_bluetooth()
/Zephyr-latest/tests/bsim/bluetooth/host/iso/cis/src/
Dcis_central.c405 err = bt_disable(); in reset_bluetooth()
/Zephyr-latest/include/zephyr/bluetooth/
Dbluetooth.h249 int bt_disable(void);
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gap.c484 err = bt_disable(); in set_powered()
/Zephyr-latest/doc/releases/
Dmigration-guide-3.6.rst465 call to :c:func:`bt_enable`, and should no longer be re-registered after a :c:func:`bt_disable`
Drelease-notes-3.1.rst203 * Added support for disabling Bluetooth, including a new ``bt_disable()`` API
257 * :c:func:`bt_disable` was added to enable the caller to disable the Bluetooth stack.
Drelease-notes-3.3.rst418 * Improved the implementation of :c:func:`bt_disable` to handle additional
3311 * :github:`51815` - Bluetooth: bt_disable in loop with babblesim gatt test causes Zephyr link layer…
3586 * :github:`48304` - bt_disable() does not work properly on nRF52
Drelease-notes-3.2.rst1720 - :github:`48304` - bt_disable() does not work properly on nRF52
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c4376 int bt_disable(void) in bt_disable() function
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c1343 return bt_disable(); in cmd_disable()