settings: Handle calls to obex_agent_down during init
The function obex_agent_down (and consequently obex_agent_dispose) can be called while we are still waiting for the bus to be acquired. Add if-guards to ensure that we do try to reference invalid memory and/or handlers.
Edited by Andrea Azzarone