Home
last modified time | relevance | path

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

12

/Zephyr-latest/tests/bluetooth/host/conn/mocks/
Dhci_core.h18 FAKE(bt_send) \
33 DECLARE_FAKE_VALUE_FUNC(int, bt_send, struct net_buf *);
Dhci_core.c20 DEFINE_FAKE_VALUE_FUNC(int, bt_send, struct net_buf *);
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_raw.h35 int bt_send(struct net_buf *buf);
/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag/
DCMakeLists.txt22 target_link_options(app PUBLIC -Wl,--wrap=bt_send)
/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag_2/
DCMakeLists.txt22 target_link_options(app PUBLIC -Wl,--wrap=bt_send)
/Zephyr-latest/samples/bluetooth/hci_uart_async/src/
Dhci_uart_async.c187 err = bt_send(h2c_cmd_reset); in recover_sync_by_reset_pattern()
293 err = bt_send(buf); in h2c_h4_transport()
/Zephyr-latest/drivers/bluetooth/hci/
Dapollox_blue.c380 ret = bt_send(buf); in bt_apollo_set_nvds()
394 ret = bt_send(buf); in bt_apollo_set_nvds()
Dhci_spi_st.c351 return bt_send(buf); in bt_spi_send_aci_config()
/Zephyr-latest/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-latest/samples/bluetooth/hci_spi/src/
Dmain.c251 ret = bt_send(buf); in bt_tx_thread()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/
Dpeer.c293 bt_send(cmd); in send_cmd()
474 return bt_send(buf); in send_acl()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/
Dmain.c316 bt_send(cmd); in send_cmd()
486 return bt_send(buf); in send_acl()
/Zephyr-latest/samples/bluetooth/hci_uart/src/
Dmain.c260 err = bt_send(buf); in tx_thread()
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/
Dmain.c339 bt_send(cmd); in send_cmd()
509 return bt_send(buf); in send_acl()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/
Dmain.c319 bt_send(cmd); in send_cmd()
505 return bt_send(buf); in send_acl()
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/
Dmain.c362 bt_send(cmd); in send_cmd()
532 return bt_send(buf); in send_acl()
/Zephyr-latest/subsys/bluetooth/host/
Dhci_raw.c297 int bt_send(struct net_buf *buf) in bt_send() function
Dhci_core.h485 int bt_send(struct net_buf *buf);
Dhci_core.c360 err = bt_send(buf); in bt_hci_cmd_send()
3062 err = bt_send(buf); in hci_core_send_cmd()
4046 int bt_send(struct net_buf *buf) in bt_send() function
/Zephyr-latest/samples/bluetooth/hci_ipc/src/
Dmain.c213 err = bt_send(buf); in tx_thread()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/
Dtester.c330 bt_send(cmd); in send_cmd()
532 return bt_send(buf); in send_acl()
/Zephyr-latest/subsys/usb/device/class/
Dbluetooth.c193 err = bt_send(buf); in hci_rx_thread()
/Zephyr-latest/samples/boards/st/bluetooth/interactive_gui/src/
Dmain.c397 err = bt_send(buf); in tx_thread()
/Zephyr-latest/subsys/usb/device_next/class/
Dbt_hci.c235 err = bt_send(buf); in bt_hci_rx_thread()
/Zephyr-latest/samples/bluetooth/hci_uart_3wire/src/
Dmain.c608 err = bt_send(buf); in process_events()

12