Hello
I am developing Tizen Application about collecting location data with gps.
And I register because I have a question about collecting location data in Tizen pairing mode(?).
pairing mode : pair smartphone and wearable device with bluetooth.
Because I don' know the technical terms, i was written above.
Scenario
1. Pairing smartphone and wearable device with bluetooth (Smartphone : Galaxy S9, Wearable device : Galaxy Gear S3)
2. "GPS on/off" in Pairing smartphone and "only GPS off" in wearable device for test.
3. Collect location data with Tizen Application in Wearable device.
There are the method for collecting location data.
location_manager_create(gps)
location_manager_create(wps)
location_manager_get_last_location(gps)
location_manager_get_last_location(wps)
location_manager_get_method
location_manager_set_service_state_changed_cb(gps)
location_manager_start(gps)
location_manager_set_service_state_changed_cb(wps)
location_manager_start(wps)
Result
case 1. "GPS on" on paired smarphone "only GPS off" in wearable device : try to collect location data
> Success : I think the location data is last data.
case 2. "GPS off" on paired smarphone "only GPS off" in wearable device : try to collect location data
> Fail
Question
1. As I mentioned above, when Tizen application with GPS in wearable device collect location data, does the smartphone GPS status in pairing mode affect?
Thanks.
* If you need to get additional data, I will attach it.