Home
last modified time | relevance | path

Searched refs:bt_acl_handle_pack (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.4.0/tests/bsim/bluetooth/host/l2cap/split/tester/src/
Dmain.c491 hdr->handle = sys_cpu_to_le16(bt_acl_handle_pack(0, flags)); in send_acl()
/Zephyr-Core-3.4.0/subsys/bluetooth/host/
Dconn.c508 hdr->handle = sys_cpu_to_le16(bt_acl_handle_pack(conn->handle, flags)); in send_acl()
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/
Dhci_types.h60 #define bt_acl_handle_pack(h, f) ((h) | ((f) << 12)) macro
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/hci/
Dhci.c8596 handle_flags = bt_acl_handle_pack(handle, BT_ACL_START);
8598 handle_flags = bt_acl_handle_pack(handle, BT_ACL_CONT);