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
How to get BP data from external blood pressure devices
Hi Guys,
I’m unable to read data from bluetooth enabled external devices through bluetooth i’m using using standard GATT services.
service uuid “00001810-0000-1000-8000-00805F9B34FB“
Error which is showing “Error while socket connecting: Not found”
Simple description of my code
Step 1: Scan Device
Working fine
Step 2: Connect Device
Working fine
Step 3: Create device bonding
Working fine
Step 4: Reading data <Here I’m stuck >
device.connectToServiceByUUID(“00001810-0000-1000-8000-00805F9B34FB”, function(sock) {
console.error(‘socket connected’);
var data= sock.ReadData();
}, function(error) {
console.error(‘Error while connecting socket: ‘ + error.message);
onBondingSuccessCallback(device);
});
I’m using tizen bluetooth api
https://developer.tizen.org/development/guides/web-application/connectivity-and-wireless/bluetooth
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio