Bluetooth Advertising Issue Between iOS and Tizen Gear for Data Transfer

Original Created Apr 18, 2017 | Regeneration Apr 22, 2026

I'm developing a Bluetooth connection for data transfer between iOS devices (iPhone) and Tizen Gear.

I've observed that iOS can search for devices using UUID with scanForPeripheralsWithServices. However, when I create a socket with UUID and listen using bt_socket_listen_and_accept_rfcomm, iOS cannot discover my Gear device.

Interestingly, when using null as the UUID in iOS, the Gear becomes discoverable, but the UUID shown is different from my service UUID.

Key questions:

  1. Is the CBUUID for scanForPeripheralsWithServices different from the service UUID in Tizen Gear?
  2. How can I properly broadcast my service from the Gear so iOS can discover it?
  3. Are there any limitations for data transfer between iOS iPhone and Tizen Gear? I know iOS Gear Manager can transfer data with Gear, but what about custom implementations?

Problem Understanding

The core issue involves Bluetooth service discovery and connection establishment between iOS and Tizen devices. The main challenges are:

  • UUID mismatch between what iOS expects and what Tizen broadcasts
  • Different discovery behavior when using null UUID versus specific UUID
  • Potential platform-specific limitations for cross-platform Bluetooth communication

Solution Methods

  1. MFi Program Requirement:

    • For official Bluetooth data transfer between iOS and external accessories, Apple requires enrollment in their MFi (Made for iPhone/iPad/iPod) program
    • This is a hardware certification program for accessory manufacturers
  2. Alternative Approaches:

    • Consider using Bluetooth Low Energy (BLE) instead of classic Bluetooth RFCOMM
    • BLE has better cross-platform support and doesn't require MFi certification
    • Implement standard GATT services that iOS can recognize
  3. UUID Handling:

    • Ensure your service UUID follows the Bluetooth SIG standards
    • Verify that the UUID format matches between platforms (16-bit vs 128-bit)
    • Consider using well-known service UUIDs for better compatibility

Additional Tips

  • Review Apple's Bluetooth guidelines and restrictions for iOS
  • Test with different UUID formats and service configurations
  • Consider using platform-agnostic protocols like Web Bluetooth if applicable
  • Check for any Tizen-specific Bluetooth limitations in the documentation

Customize your cookie preferences

You can enable or disable non-essential cookies. Essential cookies are always on to ensure the site works properly and to keep you signed in.

Necessary

These cookies are necessary for the website to function properly and cannot be switched off. They help with things like logging in and setting your privacy preferences.

Always on

Analytics

These cookies help us improve the site by tracking which pages are most popular and how visitors move around the site.

Enable analytics cookies
Public Forum Public Forum
Employees only. Please sign in with your company account.