####BLE
#lib_aci_device_version()
###Description This function is used to get the nRF8001 version and configuration information. It will result in a CommandResponseEvent containing the Configuration ID, ACI protocol version and Setup ID for the chip.
###Syntax bool lib_aci_device_version(void);
###Parameters none
###Returns bool. True when the ACI command is successfully placed in the ACI command queue.
###Events generated ACI_EVT_CMD_RSP with Response data is generated when the nRF8001 device receives the command.
The lib_aci_get_event() is used to get the ACI events from the nRF8001 device.
###Related functions