Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 88a117b4 authored by Charlie Boutier's avatar Charlie Boutier
Browse files

BumbleBluetoothTests: increase sdp handle

The process of automatically assigning hidden handles hasn't been implemented yet.
Hence we had conflict of SDP handles

Bug: 356296802
Test: atest BumbleBluetoothTests:android.bluetooth.SdpClientTest#remoteConnectServiceDiscoveryTest
Change-Id: I4f13c1e56d8840bd8ad2d11d6b36f60ba1a82323
parent b5caa4c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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(
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ from pandora_experimental.rfcomm_pb2 import (
    TxResponse,
)

FIRST_SERVICE_RECORD_HANDLE = 0x00010000
FIRST_SERVICE_RECORD_HANDLE = 0x00010010


class RFCOMMService(RFCOMMServicer):