언어 설정

Menu
Sites
Language
bluetooth advertise for ios.

I'm making bluetooth connection for data transfer with ios(iphone and gear).

As I see, ios can search with uuid of device using 'scanForPeripheralsWithServices'.

But when I make socket with uuid and listen using 'bt_socket_listen_and_accept_rfcomm', ios can't find my gear.

Just in ios, using null as uuid, ios can find gear.

But in this time, the gear's uuid is something different from my service uuid.

Is the CBUUID for 'scanForPeripheralsWithServices' different from uuid of service in tizen gear?

How can I broadcast my service in gear for ios to search the service or device?

 

Eventually, I want to connect ios iphone and tizen gear for data transfer.  Are there some limitation or how to if not impossible?

AFAIK, ios gear manager can transfer data with gear.

Responses

2 댓글
Armaan-Ul- Islam

To establish Bluetooth data transfer between iOS device and external accessory you have to apply for MFi Program. You may check these posts:

 

http://stackoverflow.com/questions/11955278/connecting-to-a-bluetooth-device-from-ios-no-mfi

http://stackoverflow.com/questions/15146066/apples-external-accessory-bluetooth-only-for-mfi-devices?rq=1

 

MFi Program Link here Along with the FAQs:

https://developer.apple.com/programs/mfi/

https://mfi.apple.com/MFiWeb/getFAQ.action

 

Armaan-Ul- Islam

I assume without MFi License data transfer via Bluetooth won't be possible.