[][src]Function openthread_sys::otPlatBleGapAddressSet

pub unsafe extern "C" fn otPlatBleGapAddressSet(
    aInstance: *mut otInstance,
    aAddress: *const otPlatBleDeviceAddr
) -> otError

Sets Bluetooth Device Address.

@param[in] aInstance The OpenThread instance structure. @param[in] aAddress The pointer to Bluetooth Device Address.

@retval ::OT_ERROR_NONE Request has been successfully done. @retval ::OT_ERROR_INVALID_ARGS Invalid parameters has been supplied.