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.c53 static void bt_init(void) in bt_init() function
321 bt_init(); in test_tx_cb_single()
348 bt_init(); in test_rx_xmit()
359 bt_init(); in test_tx_cb_multi()
448 bt_init(); in test_rx_proxy_mixin()
479 bt_init(); in test_tx_send_order()
509 bt_init(); in test_tx_reverse_order()
529 bt_init(); in test_tx_random_order()
561 bt_init(); in test_rx_receive_order()
573 bt_init(); in test_rx_random_order()
[all …]
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dtbs_client_test.c29 CREATE_FLAG(bt_init);
350 bt_init = true; in bt_ready()
502 WAIT_FOR_COND(bt_init); in test_main()
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-shell.rst60 [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.c4191 static int bt_init(void) in bt_init() function
4231 err = bt_init(); in init_work()
4369 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.