RadioTransportCallback
Narrow callback interface for transport → service communication.
Transport implementations (RadioTransport) need only these three methods to report lifecycle events and deliver data. This replaces the previous pattern of passing the full RadioInterfaceService to transport constructors, decoupling transports from the service layer.