| /Zephyr-latest/tests/bluetooth/buf/src/ | 
| D | main.c | 38 	buf = bt_buf_get_rx(BT_BUF_EVT, K_NO_WAIT);  in ZTEST() 47 	zassert_equal(BT_BUF_EVT, BT_BUF_EVT & freed_buf_type, "Event buffer wasn't freed");  in ZTEST()
  | 
| /Zephyr-latest/subsys/bluetooth/host/ | 
| D | buf.c | 73 	buf_rx_freed_notify(BT_BUF_EVT);  in evt_pool_destroy() 91 	buf_rx_freed_notify(BT_BUF_EVT | BT_BUF_ACL_IN);  in hci_rx_pool_destroy() 102 	__ASSERT(type == BT_BUF_EVT || type == BT_BUF_ACL_IN ||  in bt_buf_get_rx() 110 	if (type == BT_BUF_EVT) {  in bt_buf_get_rx() 157 			return bt_buf_get_rx(BT_BUF_EVT, timeout);  in bt_buf_get_evt() 163 		bt_buf_set_type(buf, BT_BUF_EVT);  in bt_buf_get_evt()
  | 
| D | hci_raw.c | 47 		buf_rx_freed_cb(BT_BUF_EVT | BT_BUF_ACL_IN | BT_BUF_ISO_IN);  in hci_rx_buf_destroy() 89 	case BT_BUF_EVT:  in bt_buf_get_rx() 190 	return bt_buf_get_rx(BT_BUF_EVT, timeout);  in bt_buf_get_evt() 204 		case BT_BUF_EVT:  in bt_hci_recv()
  | 
| D | monitor.h | 83 	case BT_BUF_EVT:  in bt_monitor_opcode()
  | 
| /Zephyr-latest/include/zephyr/bluetooth/ | 
| D | buf.h | 36 	BT_BUF_EVT = BIT(1),  enumerator
  | 
| /Zephyr-latest/samples/bluetooth/hci_spi/src/ | 
| D | main.c | 116 	case BT_BUF_EVT:  in spi_send() 307 	buf = bt_buf_get_rx(BT_BUF_EVT, K_FOREVER);  in main()
  | 
| /Zephyr-latest/tests/bluetooth/hci_uart_async/src/ | 
| D | test_hci_uart_async.c | 230 			struct net_buf *buf = bt_buf_get_rx(BT_BUF_EVT, K_NO_WAIT);  in ZTEST()
  | 
| /Zephyr-latest/samples/bluetooth/hci_uart_async/src/ | 
| D | hci_uart_async.c | 151 	struct net_buf *buf = bt_buf_get_rx(BT_BUF_EVT, K_FOREVER);  in send_hw_error()
  | 
| /Zephyr-latest/samples/bluetooth/hci_ipc/src/ | 
| D | main.c | 240 	case BT_BUF_EVT:  in hci_ipc_send()
  | 
| /Zephyr-latest/subsys/bluetooth/controller/hci/ | 
| D | hci_driver.c | 133 	if (bt_buf_get_type(buf) == BT_BUF_EVT) {  in bt_recv_prio() 449 			buf = bt_buf_get_rx(BT_BUF_EVT, K_FOREVER);  in encode_node()
  | 
| D | hci.c | 5248 		bt_buf_set_type(buf, BT_BUF_EVT); 5829 	*buf = bt_buf_get_rx(BT_BUF_EVT, K_FOREVER); 7040 		*evt_buf = bt_buf_get_rx(BT_BUF_EVT, BUF_GET_TIMEOUT); 7577 	evt_buf = bt_buf_get_rx(BT_BUF_EVT, BUF_GET_TIMEOUT); 7953 				evt_buf = bt_buf_get_rx(BT_BUF_EVT, BUF_GET_TIMEOUT); 8009 			evt_buf = bt_buf_get_rx(BT_BUF_EVT, BUF_GET_TIMEOUT);
  | 
| /Zephyr-latest/tests/bluetooth/hci_prop_evt/src/ | 
| D | main.c | 357 	buf = bt_buf_get_rx(BT_BUF_EVT, K_FOREVER);  in send_prop_report()
  | 
| /Zephyr-latest/subsys/usb/device/class/ | 
| D | bluetooth.c | 160 		case BT_BUF_EVT:  in hci_tx_thread()
  | 
| /Zephyr-latest/samples/boards/st/bluetooth/interactive_gui/src/ | 
| D | main.c | 143 	buf = bt_buf_get_rx(BT_BUF_EVT, K_NO_WAIT);  in send_evt()
  | 
| /Zephyr-latest/tests/bsim/bluetooth/ll/edtt/hci_test_app/src/ | 
| D | main.c | 292 		bt_buf_set_type(evt, BT_BUF_EVT);  in queue_event() 310 		if (bt_buf_get_type(buf) == BT_BUF_EVT) {  in service_events()
  | 
| /Zephyr-latest/drivers/bluetooth/hci/ | 
| D | hci_da1469x.c | 334 		bt_buf_set_type(buf, BT_BUF_EVT);  in read_payload()
  | 
| D | h4.c | 347 		bt_buf_set_type(buf, BT_BUF_EVT);  in read_payload()
  | 
| /Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/ | 
| D | peer.c | 241 	if (bt_buf_get_type(buf) == BT_BUF_EVT) {  in recv()
  | 
| /Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/ | 
| D | main.c | 265 	if (bt_buf_get_type(buf) == BT_BUF_EVT) {  in recv()
  | 
| /Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/ | 
| D | main.c | 339 	buf = bt_buf_get_rx(BT_BUF_EVT, K_FOREVER);  in send_adv_report()
  | 
| /Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/ | 
| D | main.c | 288 	if (bt_buf_get_type(buf) == BT_BUF_EVT) {  in recv()
  | 
| /Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/ | 
| D | main.c | 268 	if (bt_buf_get_type(buf) == BT_BUF_EVT) {  in recv()
  | 
| /Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/ | 
| D | main.c | 311 	if (bt_buf_get_type(buf) == BT_BUF_EVT) {  in recv()
  | 
| /Zephyr-latest/subsys/usb/device_next/class/ | 
| D | bt_hci.c | 209 		case BT_BUF_EVT:  in bt_hci_tx_thread()
  | 
| /Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/ | 
| D | tester.c | 279 	if (bt_buf_get_type(buf) == BT_BUF_EVT) {  in recv()
  |