Home
last modified time | relevance | path

Searched refs:bt_send_one_host_num_completed_packets (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/bluetooth/host/conn/mocks/
Dhci_core.h19 FAKE(bt_send_one_host_num_completed_packets) \
34 DECLARE_FAKE_VOID_FUNC(bt_send_one_host_num_completed_packets, uint16_t);
Dhci_core.c21 DEFINE_FAKE_VOID_FUNC(bt_send_one_host_num_completed_packets, uint16_t);
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.h577 void bt_send_one_host_num_completed_packets(uint16_t handle);
Dconn.c443 bt_send_one_host_num_completed_packets(conn->handle); in bt_acl_recv()
454 bt_send_one_host_num_completed_packets(conn->handle); in bt_acl_recv()
Dhci_core.c233 void bt_send_one_host_num_completed_packets(uint16_t handle) in bt_send_one_host_num_completed_packets() function
305 bt_send_one_host_num_completed_packets(handle); in bt_hci_host_num_completed_packets()