Skip to content

Commit

Permalink
gmcs: wid: add missing WID
Browse files Browse the repository at this point in the history
This commit implements missing wid.
  • Loading branch information
piotrnarajowski authored and sjanc committed Apr 29, 2024
1 parent 83d868c commit 5116f4e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions autopts/wid/gmcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,14 @@ def hdl_wid_20001(params: WIDParams):
return True


def hdl_wid_20109(_: WIDParams):
"""
Please send indications for Characteristic 'Object List Control Point' to the PTS.
"""

return True


def hdl_wid_20141(params: WIDParams):
"""Please update Media Player Name/Track Title characteristic with value
whose length is greater than the (ATT_MTU-3). Click OK when it is ready."""
Expand Down

0 comments on commit 5116f4e

Please sign in to comment.