mbed BLE.
ARMCC generate error at link time if the symbol `createBLEInstance` is not
here, even if it is not used.
This patch provide a weak version of `createBLEInstance` who just assert
if called.
It also allows programs which use mbed BLE to be compiled on platforms
without mbed BLE implementation, then a runtime error will be generated.