[][src]Function openthread_sys::otPlatBleIsEnabled

pub unsafe extern "C" fn otPlatBleIsEnabled(aInstance: *mut otInstance) -> bool

Check whether Bluetooth Low Energy radio is enabled or not.

@param[in] aInstance The OpenThread instance structure.

@retval ::true Bluetooth Low Energy radio is enabled. @retval ::false Bluetooth Low Energy radio is disabled.