Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Dhci_raw.h128 int bt_enable_raw(struct k_fifo *rx_queue);
/Zephyr-latest/samples/bluetooth/hci_spi/src/
Dmain.c293 err = bt_enable_raw(&rx_queue); in main()
/Zephyr-latest/samples/bluetooth/hci_uart_async/src/
Dhci_uart_async.c388 err = bt_enable_raw(&c2h_queue); in hci_uart_main()
/Zephyr-latest/samples/bluetooth/hci_uart/src/
Dmain.c369 bt_enable_raw(&rx_queue); in main()
/Zephyr-latest/subsys/bluetooth/host/
Dhci_raw.c356 int bt_enable_raw(struct k_fifo *rx_queue) in bt_enable_raw() function
/Zephyr-latest/samples/bluetooth/hci_ipc/src/
Dmain.c397 bt_enable_raw(&rx_queue); in main()
/Zephyr-latest/samples/boards/st/bluetooth/interactive_gui/src/
Dmain.c443 bt_enable_raw(&rx_queue); in main()
/Zephyr-latest/subsys/usb/device/class/
Dbluetooth.c466 ret = bt_enable_raw(&tx_queue); in bluetooth_init()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/
Dpeer.c507 bt_enable_raw(&rx_queue); in init_tinyhost()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/
Dmain.c534 bt_enable_raw(&rx_queue); in init_tinyhost()
/Zephyr-latest/samples/bluetooth/hci_uart_3wire/src/
Dmain.c779 bt_enable_raw(&rx_queue); in main()
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/
Dmain.c586 bt_enable_raw(&rx_queue); in init_tinyhost()
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/
Dmain.c582 bt_enable_raw(&rx_queue); in init_tinyhost()
/Zephyr-latest/subsys/usb/device_next/class/
Dbt_hci.c663 ret = bt_enable_raw(&bt_hci_tx_queue); in bt_hci_preinit()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/
Dmain.c596 bt_enable_raw(&rx_queue); in test_procedure_0()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/
Dtester.c624 bt_enable_raw(&rx_queue); in entrypoint_tester()
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/hci_test_app/src/
Dmain.c773 err = bt_enable_raw(&rx_queue); in main()