Today I see a lot of people who are interested in looking for solutions of video streaming over bluetooth using mobile devices, but I haven't found any convenient opinion which describes what should be done to implement such functionality.
On one hand I have rather abstract information that for successful video streaming both devices should conform Video Distribution Profile (VDP) which is one from the amount of bluetooth profiles.
On the other hand I know that neither iOS nor Android provide an API for working with VDP.
There is WiFi Camera app in App Store which allows to stream video over bluetooth from one ios device to another, so I wonder how does this functionality implemented and is there any way to do the same using Android and iOS APIs?