Searched refs:bt_acl_handle_pack (Results 1 – 4 of 4) sorted by relevance
491 hdr->handle = sys_cpu_to_le16(bt_acl_handle_pack(0, flags)); in send_acl()
508 hdr->handle = sys_cpu_to_le16(bt_acl_handle_pack(conn->handle, flags)); in send_acl()
60 #define bt_acl_handle_pack(h, f) ((h) | ((f) << 12)) macro
8596 handle_flags = bt_acl_handle_pack(handle, BT_ACL_START);8598 handle_flags = bt_acl_handle_pack(handle, BT_ACL_CONT);