Skip to content

Commit

Permalink
pybtp: move btstack le audio service to 0xf0
Browse files Browse the repository at this point in the history
  • Loading branch information
mringwal committed Feb 8, 2024
1 parent 682293d commit 35ab764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autopts/pybtp/defs.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
BTP_SERVICE_ID_MESH = 4
BTP_SERVICE_ID_MMDL = 5
BTP_SERVICE_ID_GATTC = 6
BTP_SERVICE_ID_LE_AUDIO = 7
BTP_SERVICE_ID_LE_AUDIO = 0xf0
BTP_STATUS_SUCCESS = 0x00
BTP_STATUS_FAILED = 0x01
BTP_STATUS_UNKNOWN_CMD = 0x02
Expand Down

0 comments on commit 35ab764

Please sign in to comment.