Hi there. I’m working on application where Gear connects to iPhone via Bluetooth LE. The next roles is selected:
Gear (Central) and iPhone (Peripheral). I have some issue (strange for me) when Gear is connecting to iPhone.
Let me describe what I do step by step. I’ll put only Tizen calls without error processing and my internal logic.
Initialization
bt_initialize();
bt_adapter_get_state(&state);
if (state == BT_ADAPTER_DISABLED)
{
return error;
}
Connection via Bluetooth LE
Hi there. I’m working on application where Gear connects to iPhone via Bluetooth LE. The next roles is selected:
Gear (Central) and iPhone (Peripheral). I have some issue (strange for me) when Gear is connecting to iPhone.
Let me describe what I do step by step. I’ll put only Tizen calls without error processing and my internal logic.
As I see error happened on function wc_bt_get_gatt_client_service() with error code -61 (BT_ERROR_NO_DATA). I have no idea what is the mysterious UUID 9a3f68e0-86ce-11e5-a309-0002a5d5c51b and why it requested.
Thank you in advance.
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio