|
◆ companion_proxy_start_listening_for_devices()
Starts listening for paired devices.
- Parameters
-
client | The companion_proxy client |
callback | Callback function that will be called when a new device is detected |
userdata | Pointer that that will be passed to the callback function |
- Note
- The event parameter that gets passed to the callback function is freed internally after returning from the callback. The consumer needs to make a copy if required.
- Returns
- COMPANION_PROXY_E_SUCCESS on success, or a COMPANION_PROXY_E_* error code otherwise.
|