Function otPlatBleIsEnabled

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