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

Commit 56afa027 authored by Sal Savage's avatar Sal Savage Committed by Gerrit Code Review
Browse files

Merge "Use proper UUID for PBAP-PCE profile descriptor list"

parents ec2ab990 ea933ba8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -541,8 +541,8 @@ static int add_pbapc_sdp(const bluetooth_sdp_pce_record* rec) {
                             (uint8_t*)rec->hdr.service_name);

  /* Add in the Bluetooth Profile Descriptor List */
  status &= SDP_AddProfileDescriptorList(sdp_handle, service,
                                         rec->hdr.profile_version);
  status &= SDP_AddProfileDescriptorList(
      sdp_handle, UUID_SERVCLASS_PHONE_ACCESS, rec->hdr.profile_version);

  /* Make the service browseable */
  status &=