/Zephyr-latest/tests/bluetooth/host/conn/mocks/ |
D | hci_core.h | 18 FAKE(bt_send) \ 33 DECLARE_FAKE_VALUE_FUNC(int, bt_send, struct net_buf *);
|
D | hci_core.c | 20 DEFINE_FAKE_VALUE_FUNC(int, bt_send, struct net_buf *);
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | hci_raw.h | 35 int bt_send(struct net_buf *buf);
|
/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag/ |
D | CMakeLists.txt | 22 target_link_options(app PUBLIC -Wl,--wrap=bt_send)
|
/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag_2/ |
D | CMakeLists.txt | 22 target_link_options(app PUBLIC -Wl,--wrap=bt_send)
|
/Zephyr-latest/samples/bluetooth/hci_uart_async/src/ |
D | hci_uart_async.c | 187 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/ |
D | apollox_blue.c | 380 ret = bt_send(buf); in bt_apollo_set_nvds() 394 ret = bt_send(buf); in bt_apollo_set_nvds()
|
D | hci_spi_st.c | 351 return bt_send(buf); in bt_spi_send_aci_config()
|
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/hci_test_app/src/ |
D | main.c | 162 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/ |
D | main.c | 251 ret = bt_send(buf); in bt_tx_thread()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/ |
D | peer.c | 292 bt_send(cmd); in send_cmd() 473 return bt_send(buf); in send_acl()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/ |
D | main.c | 315 bt_send(cmd); in send_cmd() 485 return bt_send(buf); in send_acl()
|
/Zephyr-latest/samples/bluetooth/hci_uart/src/ |
D | main.c | 260 err = bt_send(buf); in tx_thread()
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/ |
D | main.c | 337 bt_send(cmd); in send_cmd() 507 return bt_send(buf); in send_acl()
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/ |
D | main.c | 361 bt_send(cmd); in send_cmd() 531 return bt_send(buf); in send_acl()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | hci_raw.c | 296 int bt_send(struct net_buf *buf) in bt_send() function
|
D | hci_core.h | 484 int bt_send(struct net_buf *buf);
|
D | hci_core.c | 357 err = bt_send(buf); in bt_hci_cmd_send() 3060 err = bt_send(buf); in hci_core_send_cmd() 4056 int bt_send(struct net_buf *buf) in bt_send() function
|
/Zephyr-latest/samples/bluetooth/hci_ipc/src/ |
D | main.c | 210 err = bt_send(buf); in tx_thread()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/ |
D | main.c | 317 bt_send(cmd); in send_cmd() 503 return bt_send(buf); in send_acl()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/ |
D | tester.c | 329 bt_send(cmd); in send_cmd() 531 return bt_send(buf); in send_acl()
|
/Zephyr-latest/samples/boards/st/bluetooth/interactive_gui/src/ |
D | main.c | 397 err = bt_send(buf); in tx_thread()
|
/Zephyr-latest/subsys/usb/device/class/ |
D | bluetooth.c | 193 err = bt_send(buf); in hci_rx_thread()
|
/Zephyr-latest/samples/bluetooth/hci_uart_3wire/src/ |
D | main.c | 608 err = bt_send(buf); in process_events()
|
/Zephyr-latest/subsys/usb/device_next/class/ |
D | bt_hci.c | 235 err = bt_send(buf); in bt_hci_rx_thread()
|