Design Introduction “Air” Styles Mobile Design Principles Styles UX Overview Design Patterns UI Components for Tizen App Design 2.3 TV Design Principles Styles UX Overview Patterns UI Components Wearable Development Tizen Studio Overview Download Tizen Extensions for Visual Studio Family IoT extension SDK Docs Blog Blog Announcing the Tizen Studio 3.7 Release Announcing the Tizen Studio 3.1 Release Community Forums General Support Tizen .NET Web Application Development Native Application Development SDK & IDE Design Introduction “Air” Styles Mobile Design Principles Styles UX Overview Design Patterns UI Components for Tizen App Design 2.3 TV Design Principles Styles UX Overview Patterns UI Components Wearable Development Tizen Studio Overview Download Tizen Extensions for Visual Studio Family IoT extension SDK Docs Blog Blog Announcing the Tizen Studio 3.7 Release Announcing the Tizen Studio 3.1 Release Community Forums General Support Tizen .NET Web Application Development Native Application Development SDK & IDE
bluetooth error
Hi, i am developing a Watch app that commnuicates with external devices using Bluttooth Low Energy(BLE).
Watch is a client, external devices is a server.
In callback function(__bt_gatt_client_write_cmomplete_cb), i got a result which assigned as -9.
It is hard to upload image…
log below..
bt-hal-gatt-client.c: __hal_bluetooth_internal_write_cb(1616) > write Characteristic dbus failed Error:[GDBus.Error:org.bluez.Error.Failed: Operation failed with ATT error: 0xfd]
bt-request-sender.c: __send_request_cb(449) > event_type[23], result= INTERNAL [0xfffffff7]
To solve the problem, i was looking for a solution and i found that trying to apply notification as true.
However, Tizen native api doesn’t support that the client cannot set a status of server notification.
Today, I attempted to convert “bt_gatt_service_get_characteristic” to “bt_gatt_characteristic_create”, but it was not working..
And i try to convert “bt_gatt_client_get_service” to “bt_gatt_service_create” and “bt_gatt_server_create”…
How can i solve this problem?
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio