diff options
-rw-r--r-- | pandora/server/bumble_experimental/hid.py | 2 | ||||
-rw-r--r-- | pandora/server/bumble_experimental/rfcomm.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pandora/server/bumble_experimental/hid.py b/pandora/server/bumble_experimental/hid.py index 512ff2204f..497f5edd4a 100644 --- a/pandora/server/bumble_experimental/hid.py +++ b/pandora/server/bumble_experimental/hid.py @@ -347,7 +347,7 @@ def on_hid_control_point_write(_connection, value): # ----------------------------------------------------------------------------- def sdp_records(): - service_record_handle = 0x00010002 + service_record_handle = 0x00010006 return { service_record_handle: [ ServiceAttribute( diff --git a/pandora/server/bumble_experimental/rfcomm.py b/pandora/server/bumble_experimental/rfcomm.py index 0680b4a688..bdc0ad5966 100644 --- a/pandora/server/bumble_experimental/rfcomm.py +++ b/pandora/server/bumble_experimental/rfcomm.py @@ -42,7 +42,7 @@ from pandora_experimental.rfcomm_pb2 import ( TxResponse, ) -FIRST_SERVICE_RECORD_HANDLE = 0x00010000 +FIRST_SERVICE_RECORD_HANDLE = 0x00010010 class RFCOMMService(RFCOMMServicer): |