Tangently related question - is it possible to use Bluetooth API to send pictures between devices? I wonder if the bandwidth is too low, or if there any hoops for the user to jump through? Thanks
Core Secret – Secret sharing between Bluetooth LE peers on iOS
11–14 of 14 posts
Re: Core Secret – Secret sharing between Bluetooth LE peers on iOS
#12Tangently related question - is it possible to use Bluetooth API to send pictures between devices? I wonder if the bandwidth is too low, or if there any hoops for the user to jump through? Thanks
I don't have restested to look for the maximum throughput with notification without response but searching the bluetooth mailing list gives this interesting link http://lists.apple.com/archives/bluetooth-dev/2013/Jun/msg00...
Note that it certainly was tested on iOS 6 and iOS 7 has since improved its BLE stack implementation, for instance back then MTU was fixed to 22 bytes while it is now negociated and usually is around 112 bytes between 2 iOS 7 devices (iPhone 5).
Re: Core Secret – Secret sharing between Bluetooth LE peers on iOS
#13Tangently related question - is it possible to use Bluetooth API to send pictures between devices? I wonder if the bandwidth is too low, or if there any hoops for the user to jump through? Thanks
Works fine. I used to have an app in the store that did this (SharePics).