Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_advertiser.c54 static void bt_init(void) in bt_init() function
322 bt_init(); in test_tx_cb_single()
349 bt_init(); in test_rx_xmit()
360 bt_init(); in test_tx_cb_multi()
449 bt_init(); in test_rx_proxy_mixin()
480 bt_init(); in test_tx_send_order()
535 bt_init(); in test_tx_send_cancel()
586 bt_init(); in test_tx_send_terminate()
665 bt_init(); in test_tx_send_relay()
706 bt_init(); in test_tx_reverse_order()
[all …]
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dtbs_client_test.c29 CREATE_FLAG(bt_init);
350 bt_init = true; in bt_ready()
503 WAIT_FOR_COND(bt_init); in test_main()
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-shell.rst61 [00:02:26.778,656] <inf> bt_hci_core: bt_init: No ID address. App must call settings_load()
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c4177 static int bt_init(void) in bt_init() function
4217 err = bt_init(); in init_work()
4355 return bt_init(); in bt_enable()
/Zephyr-latest/doc/releases/
Drelease-notes-2.7.rst1702 * :github:`36037` - bt_init returning success when Bluetooth initialization does not get finalized.