Skip to content

Commit

Permalink
Merge pull request #578 from jmdietrich-gcx/add_missing_parameter_to_…
Browse files Browse the repository at this point in the history
…att_execute_write

Add missing parameter 'flags' to ATT_Execute_Write_Request PDU
  • Loading branch information
barbibulle authored Oct 25, 2024
2 parents d03fc14 + 5d2dac1 commit ae0228a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bumble/att.py
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ class ATT_Prepare_Write_Response(ATT_PDU):


# -----------------------------------------------------------------------------
@ATT_PDU.subclass([])
@ATT_PDU.subclass([("flags", 1)])
class ATT_Execute_Write_Request(ATT_PDU):
'''
See Bluetooth spec @ Vol 3, Part F - 3.4.6.3 Execute Write Request
Expand Down

0 comments on commit ae0228a

Please sign in to comment.