Searched refs:bt_acl_handle_pack (Results 1 – 9 of 9) sorted by relevance
| /Zephyr-4.1.0/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/ |
| D | peer.c | 467 hdr->handle = sys_cpu_to_le16(bt_acl_handle_pack(conn_handle, flags)); in send_acl()
|
| /Zephyr-4.1.0/tests/bsim/bluetooth/host/misc/disconnect/tester/src/ |
| D | main.c | 479 hdr->handle = sys_cpu_to_le16(bt_acl_handle_pack(conn_handle, flags)); in send_acl()
|
| /Zephyr-4.1.0/tests/bsim/bluetooth/host/l2cap/split/tester/src/ |
| D | main.c | 498 hdr->handle = sys_cpu_to_le16(bt_acl_handle_pack(conn_handle, flags)); in send_acl()
|
| /Zephyr-4.1.0/tests/bsim/bluetooth/host/att/sequential/tester/src/ |
| D | main.c | 502 hdr->handle = sys_cpu_to_le16(bt_acl_handle_pack(conn_handle, flags)); in send_acl()
|
| /Zephyr-4.1.0/tests/bsim/bluetooth/host/att/pipeline/tester/src/ |
| D | main.c | 525 hdr->handle = sys_cpu_to_le16(bt_acl_handle_pack(conn_handle, flags)); in send_acl()
|
| /Zephyr-4.1.0/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/ |
| D | tester.c | 525 hdr->handle = sys_cpu_to_le16(bt_acl_handle_pack(conn_handle, flags)); in send_acl()
|
| /Zephyr-4.1.0/subsys/bluetooth/host/ |
| D | conn.c | 541 hdr->handle = sys_cpu_to_le16(bt_acl_handle_pack(conn->handle, flags)); in send_acl()
|
| /Zephyr-4.1.0/include/zephyr/bluetooth/ |
| D | hci_types.h | 80 #define bt_acl_handle_pack(h, f) ((h) | ((f) << 12)) macro
|
| /Zephyr-4.1.0/subsys/bluetooth/controller/hci/ |
| D | hci.c | 9144 handle_flags = bt_acl_handle_pack(handle, BT_ACL_START); 9146 handle_flags = bt_acl_handle_pack(handle, BT_ACL_CONT);
|