pub unsafe extern "C" fn otPlatBleIsEnabled(
aInstance: *mut otInstance,
) -> boolExpand description
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.