Page MenuHomeFreeBSD

sdp(3): Change bdaddr parameter type in sdp_register_service()
ClosedPublic

Authored by christos on Sep 16 2025, 7:20 PM.
Tags
None
Referenced Files
F173358688: D52582.id162261.diff
Fri, Sep 25, 10:40 AM
F173307749: D52582.id162190.diff
Fri, Sep 25, 4:01 AM
F173296863: D52582.id162186.diff
Fri, Sep 25, 2:23 AM
F173284236: D52582.diff
Thu, Sep 24, 11:34 PM
Unknown Object (File)
Thu, Sep 24, 4:46 PM
Unknown Object (File)
Thu, Sep 3, 9:27 PM
Unknown Object (File)
Mon, Aug 31, 9:25 PM
Unknown Object (File)
Sat, Aug 29, 3:20 PM
Subscribers

Details

Summary

Fixes compiler error when the caller passes a const bdaddr_t *
paramemeter (e.g., NG_HCI_BDADDR_ANY).

Sponsored by: The FreeBSD Foundation
MFC after: 1 week

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Sep 16 2025, 7:24 PM
christos retitled this revision from sdp(3): Take const bdaddr_t * instead of bdaddr_p const in sdp_register_service() to sdp(3): Change bdaddr parameter type sdp_register_service().Sep 16 2025, 8:12 PM

Update man page function description as well.

This revision now requires review to proceed.Sep 16 2025, 8:12 PM
christos retitled this revision from sdp(3): Change bdaddr parameter type sdp_register_service() to sdp(3): Change bdaddr parameter type in sdp_register_service().Sep 17 2025, 9:50 AM
This revision is now accepted and ready to land.Sep 17 2025, 1:22 PM

The 1 day MFC is so that it coincides with the previous recent bluetooth fixes' MFC dates.