Searched refs:bt_disable (Results 1 – 17 of 17) sorted by relevance
126 err = bt_disable(); in main()144 err = bt_disable(); in main()
32 err = bt_disable(); in ut_bt_teardown()
29 err = bt_disable(); in test_disable_main()85 err = bt_disable(); in test_disable_set_default_id()
159 err = bt_disable(); in test_main()
303 err = bt_disable(); in test_main()
162 err = bt_disable(); in test_peripheral_main()222 err = bt_disable(); in test_central_main()
304 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()
245 err = bt_disable(); in reset_bluetooth()
405 err = bt_disable(); in reset_bluetooth()
249 int bt_disable(void);
484 err = bt_disable(); in set_powered()
465 call to :c:func:`bt_enable`, and should no longer be re-registered after a :c:func:`bt_disable`
203 * Added support for disabling Bluetooth, including a new ``bt_disable()`` API257 * :c:func:`bt_disable` was added to enable the caller to disable the Bluetooth stack.
418 * Improved the implementation of :c:func:`bt_disable` to handle additional3311 * :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
1720 - :github:`48304` - bt_disable() does not work properly on nRF52
4376 int bt_disable(void) in bt_disable() function
1343 return bt_disable(); in cmd_disable()