https://review.haiku-os.org/c/haiku/+/10647
bluetooth: Fix L2capEndpoint::Shutdown() to close the socket in all
cases
Currently when a l2cap socket is in LISTEN state, shutdown only changes
it from LISTEN to BOUND, this change unbinds it also.
https://review.haiku-os.org/c/haiku/+/10648
bluetooth: Split SdpServer into a different file
This is a refactor, SdpServer will have to do quite a bit of stuff and
it makes sense to split it from bluetooth_server, This does not change
any functionality except removing _USE_FAKE_SDP_SERVER macro which does
not seem to be of any use.
Log in to leave a comment