Skip to content

Commit

Permalink
pw_bluetooth: Delete AttNotifyOverAcl
Browse files Browse the repository at this point in the history
Remove compounded header packet in accordance with discussed
design principles for Emboss packets.

Change-Id: Ica0c353383ba53084d56c6664b386b21943763bc
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/237259
Lint: Lint 🤖 <[email protected]>
Reviewed-by: David Rees <[email protected]>
Presubmit-Verified: CQ Bot Account <[email protected]>
Reviewed-by: Ben Lawson <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
Docs-Not-Needed: Austin Foxley <[email protected]>
Pigweed-Auto-Submit: Austin Foxley <[email protected]>
  • Loading branch information
acsaeed authored and CQ Bot Account committed Nov 1, 2024
1 parent 8fc6081 commit fe878dc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pw_bluetooth/public/pw_bluetooth/att.emb
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,3 @@ struct AttHandleValueNtf(attribute_size: UInt:16):
[requires: this > 0]

$next [+attribute_size] UInt:8[attribute_size] attribute_value


struct AttNotifyOverAcl(attribute_size: UInt:16):
-- ATT_HANDLE_VALUE_NTF over L2CAP B-frame over ACL packet.
0 [+hci.AclDataFrameHeader.$size_in_bytes] hci.AclDataFrameHeader acl_header
$next [+l2cap.BFrameHeader.$size_in_bytes] l2cap.BFrameHeader l2cap_header
let att_size = AttHandleValueNtf.$min_size_in_bytes+attribute_size
$next [+att_size] AttHandleValueNtf(attribute_size) att_handle_value_ntf

0 comments on commit fe878dc

Please sign in to comment.