Home
last modified time | relevance | path

Searched refs:bt_enable (Results 226 – 250 of 260) sorted by relevance

1234567891011

/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dbap_broadcast_source_test.c565 err = bt_enable(NULL); in init()
Dpacs_notify_client_test.c503 err = bt_enable(NULL); in test_main()
Dvcp_vol_ctlr_test.c1150 err = bt_enable(NULL); in test_main()
Dbap_scan_delegator_test.c696 err = bt_enable(NULL); in common_init()
Dcap_initiator_broadcast_test.c172 err = bt_enable(NULL); in init()
Dbap_broadcast_sink_test.c611 err = bt_enable(NULL); in init()
Dcap_acceptor_test.c702 err = bt_enable(NULL); in init()
Dbap_unicast_client_test.c471 err = bt_enable(NULL); in init()
Dmedia_controller_test.c1588 err = bt_enable(bt_ready); in initialize_bluetooth()
Dcap_commander_test.c585 err = bt_enable(NULL); in init()
/Zephyr-latest/samples/bluetooth/eddystone/src/
Dmain.c694 err = bt_enable(bt_ready); in main()
/Zephyr-latest/include/zephyr/bluetooth/
Dbluetooth.h228 int bt_enable(bt_ready_cb_t cb);
/Zephyr-latest/samples/bluetooth/bap_unicast_server/src/
Dmain.c729 err = bt_enable(NULL); in main()
/Zephyr-latest/tests/bsim/bluetooth/ll/advx/src/
Dmain.c182 err = bt_enable(NULL); in test_advx_main()
1318 err = bt_enable(NULL); in test_scanx_main()
/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/
Dmain.c513 err = bt_enable(NULL); in init()
/Zephyr-latest/samples/bluetooth/central_otc/src/
Dmain.c656 err = bt_enable(NULL); in main()
/Zephyr-latest/drivers/bluetooth/hci/
DKconfig269 bt_id_create(), before calling bt_enable().
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/central/src/
Dmain.c654 err = bt_enable(NULL); in test_central_main()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_advertiser.c55 ASSERT_OK_MSG(bt_enable(NULL), "Bluetooth init failed"); in bt_init()
/Zephyr-latest/doc/releases/
Dmigration-guide-3.6.rst464 cleared on :c:func:`bt_enable`. Callbacks can now be registered before the initial
465 call to :c:func:`bt_enable`, and should no longer be re-registered after a :c:func:`bt_disable`
466 :c:func:`bt_enable` cycle. (:github:`63693`)
Drelease-notes-1.8.rst255 * ``ZEP-1788`` - [REG] bt_enable: No HCI driver registered
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gap.c476 err = bt_enable(NULL); in set_powered()
1909 err = bt_enable(NULL);
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-le-host.rst328 :c:func:`bt_enable` API).
/Zephyr-latest/samples/bluetooth/iso_connected_benchmark/src/
Dmain.c1386 err = bt_enable(NULL); in main()
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/
Dmain.c1279 err = bt_enable(NULL); in init()

1234567891011