Home
last modified time | relevance | path

Searched refs:bt_send (Results 1 – 14 of 14) sorted by relevance

/Zephyr-Core-3.4.0/include/zephyr/bluetooth/
Dhci_raw.h35 int bt_send(struct net_buf *buf);
/Zephyr-Core-3.4.0/subsys/usb/device/class/
Dbt_h4.c138 if (bt_send(buf)) { in hci_rx_thread()
Dbluetooth.c185 err = bt_send(buf); in hci_rx_thread()
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/ll/edtt/hci_test_app/src/
Dmain.c162 err = bt_send(buf); in send_hci_command()
559 err = bt_send(buf); in le_data_write()
676 err = bt_send(buf); in le_iso_data_write()
/Zephyr-Core-3.4.0/samples/bluetooth/hci_spi/src/
Dmain.c251 ret = bt_send(buf); in bt_tx_thread()
/Zephyr-Core-3.4.0/samples/bluetooth/hci_uart/src/
Dmain.c258 err = bt_send(buf); in tx_thread()
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/host/l2cap/split/tester/src/
Dmain.c312 bt_send(cmd); in send_cmd()
498 return bt_send(buf); in send_acl()
/Zephyr-Core-3.4.0/subsys/bluetooth/host/
Dhci_raw.c305 int bt_send(struct net_buf *buf) in bt_send() function
Dhci_core.h446 int bt_send(struct net_buf *buf);
Dhci_core.c294 err = bt_send(buf); in bt_hci_cmd_send()
2668 err = bt_send(buf); in send_cmd()
3656 int bt_send(struct net_buf *buf) in bt_send() function
Dconn.c513 return bt_send(buf); in send_acl()
549 return bt_send(buf); in send_iso()
DKconfig55 Stack size needed for executing bt_send with specified driver.
/Zephyr-Core-3.4.0/samples/bluetooth/hci_rpmsg/src/
Dmain.c213 err = bt_send(buf); in tx_thread()
/Zephyr-Core-3.4.0/subsys/usb/device_next/class/
Dbt_hci.c224 err = bt_send(buf); in bt_hci_rx_thread()