Home
last modified time | relevance | path

Searched refs:BT_HCI_EVT_NUM_COMPLETED_PACKETS (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dbuf.c145 case BT_HCI_EVT_NUM_COMPLETED_PACKETS: in bt_buf_get_evt()
Dhci_core.c3006 case BT_HCI_EVT_NUM_COMPLETED_PACKETS: in bt_hci_evt_get_flags()
4082 EVENT_HANDLER(BT_HCI_EVT_NUM_COMPLETED_PACKETS,
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci_driver.c109 case BT_HCI_EVT_NUM_COMPLETED_PACKETS: in bt_hci_evt_get_flags()
369 buf = bt_buf_get_evt(BT_HCI_EVT_NUM_COMPLETED_PACKETS, in prio_recv_thread()
Dhci.c9130 hci_evt_create(buf, BT_HCI_EVT_NUM_COMPLETED_PACKETS, len);
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/
Dpeer.c252 case BT_HCI_EVT_NUM_COMPLETED_PACKETS: in recv()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/
Dmain.c276 case BT_HCI_EVT_NUM_COMPLETED_PACKETS: in recv()
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/
Dmain.c298 case BT_HCI_EVT_NUM_COMPLETED_PACKETS: in recv()
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/
Dmain.c322 case BT_HCI_EVT_NUM_COMPLETED_PACKETS: in recv()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/
Dmain.c278 case BT_HCI_EVT_NUM_COMPLETED_PACKETS: in recv()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/
Dtester.c290 case BT_HCI_EVT_NUM_COMPLETED_PACKETS: in recv()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h2811 #define BT_HCI_EVT_NUM_COMPLETED_PACKETS 0x13 macro