imp005 does not have the BLE API as it has no BLE radio. To use the BLE API you need an imp004m (with the BLE jumpers fitted, see docs), or an impC001 with a pre-release OS build and an external 43438 or 43455 chip.
If you’re using an external BLE processor like the BGM113, you need to talk to the chip using its own UART protocol.
Back before SiLabs acquired BlueGiga, there was the BLE112, which is almost compatible with the BGM113, and we did a driver library for this which talked the BGAPI to the device.
See https://github.com/electricimp/reference/tree/master/hardware/ble112
To enable BGAPI support on the BGM113 I believe you need to configure and build firmware for the chip (it’s provided by SiLabs) - after this firwmare is loaded then the driver class for the imp should talk to the BLE chip. In the examples/firmware directory there are some examples for the BLE112 but you may need to dig a bit to work out how to do this on the BGM113.