What is the highest BLE data transmission rate ?

I would like to send raw accelerometer, gyroscope data at 100Hz Via BLE to my PC.

I have heard that BLE have 1Mbps speed data rate. But what about Acceleration sending rate?

I read that the connection interval is a bottleneck.

Is this data rate of 100Hz possible using an Intel Curie's Tiny Tile?

I have searched for a reference code. Nowhere to be found.

Can someone point out an Example program for BLE tx that uses CurieBLE, at high transmission rate ( like 10ms)

I have heard that BLE have 1Mbps speed data rate.

According to Wikipedia it's about 270kb/s under ideal circumstances.

Is this data rate of 100Hz possible using an Intel Curie's Tiny Tile?

Theoretically this is possible but if you need such high transfer rates, why are you using BLE and not Bluetooth? BLE is made to allow for devices that are available constantly but use as low power as possible but not using that communication channel too much. I get the impression you've chosen the wrong hardware interface because you thought that BLE is a newer, better version of standard Bluetooth but except the name they have almost nothing in common. Names are chosen by marketing people and you should have learned before that you can never, never, never trust marketing people :-).