BLE.h: No such file or directory

Redbearlab BLE Nano using mbed framework doesn’t seem to support BLE.h library.
#include “BLE.h”
#include "ble/BLE.h"
Both of these include don’t work.
Is this platform mbed library setup by default? Or I have to manually do that?